Skip to content

Commit

Permalink
Fix bug on updating routine
Browse files Browse the repository at this point in the history
fix #53
  • Loading branch information
diogocavilha committed Dec 19, 2019
1 parent eb27adf commit cd7d5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ _fg_safetly_remove_mode_file() {

app_config_file_status=`grep -io 'fresh_file' < ~/.fancy-git/app_config`

if [ "$app_config_file_status" = "fresh_file"]; then
if [ "$app_config_file_status" = "fresh_file" ]; then
sed -i '/fresh_file/d' ~/.fancy-git/app_config
rm -f mode
fi
Expand Down

0 comments on commit cd7d5e2

Please sign in to comment.