Skip to content

Commit

Permalink
chore: typo in finish message
Browse files Browse the repository at this point in the history
  • Loading branch information
0neTx committed Apr 6, 2024
1 parent 270aa8e commit e22a346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Expand Up @@ -48,7 +48,7 @@ if [[ -n "${NOTIFICATION_URL}" ]]; then
if [[ "$return" -ne "0" ]]; then
send_notification
else
/app/shoutrrr send -m "Bitwarden/Vaultwarden Export: Finish correctly ✅" -u "$NOTIFICATION_URL"
/app/shoutrrr send -m "Bitwarden/Vaultwarden Export: Finished correctly ✅" -u "$NOTIFICATION_URL"
fi
fi

0 comments on commit e22a346

Please sign in to comment.