Skip to content

Commit

Permalink
Show information where file is saved
Browse files Browse the repository at this point in the history
  • Loading branch information
szczja committed Jun 7, 2021
1 parent 0d49a15 commit 671734f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gmidiff.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function add() {
if test "$last_hash" = "$hash"; then
echo " -> Nothing is changed."
else
echo " -> New hash of content is $hash"
echo " -> New hash of content is $hash and it's saved to $file."
mail_content=$(diff <(echo "$content") <(echo "$last_content"))
send_mail "New content at ${address}" "$mail_content"
# Print a new hash and content to file
Expand Down

0 comments on commit 671734f

Please sign in to comment.