From cc48c31971d8d597d045e27708909dca81c62994 Mon Sep 17 00:00:00 2001 From: LeeW Date: Mon, 17 Feb 2025 11:14:59 +0100 Subject: [PATCH] fixes typo --- bin/update_sops.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/update_sops.sh b/bin/update_sops.sh index f7df50d..5ff84f6 100755 --- a/bin/update_sops.sh +++ b/bin/update_sops.sh @@ -221,7 +221,7 @@ function main(){ for secrets_file in "${secrets_file_list[@]}"; do fn_sops_updatekeys_and_verify "${secrets_file}" done - echo "# SUCESS: all users with keys in this dir should have functional keys" + echo "# SUCCESS: all users with keys in this dir should have functional keys" else echo "# WARN: no secrets file passed in, make sure to call 'sops updatekeys' on secrets files" fi