Skip to content

Commit

Permalink
Update echo
Browse files Browse the repository at this point in the history
  • Loading branch information
sefinek committed May 22, 2024
1 parent cce803a commit 9b0c7c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash/pull.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ mkdir -p "$logs_dir"
echo

if git fetch && git pull; then
echo -e "\nSuccess! Date: $(date +'%Y-%m-%d %H:%M:%S')"
echo -e "\nSuccess! Finished at: $(date +'%Y-%m-%d %H:%M:%S')"
else
echo -e "\nError during Git operations!"
fi
Expand Down

0 comments on commit 9b0c7c0

Please sign in to comment.