You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constEDITOR_TRUST_HELP:&str = "Only continue if you trust this EDITOR command, as it will see the decrypted \
42
-
file contents and might leak it. When in doubt, decline and set EDITOR to a program you trust before \
43
-
trying again.";
40
+
constEDITOR_TRUST_HELP:&str = "Only continue if you trust this EDITOR command, as it will see the decrypted file contents and might leak it. When in doubt, decline and set EDITOR to a program you trust before trying again.";
44
41
45
42
fnresolve_secret_to_edit(
46
43
repo_identifier:&config::RepoIdentifier,
@@ -54,8 +51,7 @@ fn resolve_secret_to_edit(
54
51
let names = config::list_decrypted_files(repo_identifier)?;
55
52
if names.is_empty(){
56
53
anyhow::bail!(
57
-
"No decrypted secret files found. Run `decrypt` first, or create a secret by name with \
58
-
`a8c-secrets edit <file>`."
54
+
"No decrypted secret files found. Run `decrypt` first, or create a secret by name with `a8c-secrets edit <file>`."
0 commit comments