Skip to content

Commit

Permalink
Add missing period in log message
Browse files Browse the repository at this point in the history
  • Loading branch information
lucperkins committed Apr 24, 2024
1 parent 2bd1efc commit 1bafd43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
)),
};

Expand Down

0 comments on commit 1bafd43

Please sign in to comment.