diff --git a/lib/git-crypt.sh b/lib/git-crypt.sh index 8dfef4c..f35a342 100644 --- a/lib/git-crypt.sh +++ b/lib/git-crypt.sh @@ -16,7 +16,7 @@ gcrypt_export_key() { mkdir -p "${KEYS_DIR}" git-crypt export-key "$key_path" success "Symmetric key exported to: $key_path" - warn "Action required: store this key in Vaultwarden and delete it from disk." + warn "SECURITY ALERT: Move this key to Vaultwarden and delete it from disk immediately." } gcrypt_verify() {