diff --git a/src/cli/mod.rs b/src/cli/mod.rs index b7d1611..31fb429 100644 --- a/src/cli/mod.rs +++ b/src/cli/mod.rs @@ -344,7 +344,7 @@ impl FlakeHubPushCli { (Some(v), _) => v, (None, Some(v)) => v, (None, None) => return Err(eyre!( - "Could not determine the flake's desired visibility. Use `--visibility` to set this to one of the following: public, unlisted, private", + "Could not determine the flake's desired visibility. Use `--visibility` to set this to one of the following: public, unlisted, private.", )), };