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