diff options
author | notgne2 | 2020-11-27 15:01:50 -0700 |
---|---|---|
committer | notgne2 | 2020-11-27 15:01:50 -0700 |
commit | 7fa67466c75bb0c14659b418b01ce331904b539e (patch) | |
tree | b45f8d280c50173159b7e458b0158cd31b299733 /src/main.rs | |
parent | 3da8c6d048be03ecaf5caa54d945740ab88be465 (diff) |
Remove old `--no-link` flags to the Nix build
Diffstat (limited to '')
-rw-r--r-- | src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index 2381103..544f563 100644 --- a/src/main.rs +++ b/src/main.rs @@ -312,7 +312,7 @@ enum RunDeployError { DeployProfileError(#[from] utils::deploy::DeployProfileError), #[error("Failed to push profile: {0}")] PushProfileError(#[from] utils::push::PushProfileError), - #[error("No profile names `{0}` was found")] + #[error("No profile named `{0}` was found")] ProfileNotFound(String), #[error("No node named `{0}` was found")] NodeNotFound(String), |