Skip to content

Commit

Permalink
fix syntax error in bashful CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-west committed Nov 21, 2018
1 parent c18e4f5 commit 28a6339
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/bashful
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ elif [ "$1" == "uninstall" ]; then
rm "$__bash_suite_program_dir/$program"
else
echo "Cannot uninstall '$program'. Use 'bashful uninstall --remove-suite' if you mean to uninstall the entire BASHful Suite"
fi
done

fi

0 comments on commit 28a6339

Please sign in to comment.