Fix typo in comment.

This commit is contained in:
Peter Green 2023-01-22 15:15:52 +00:00
parent c594fb14b6
commit d263d93ac5
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
# Figure out where the root folder of this script is on the users computer...
current_dir=$(pwd)
# Checking to see ig there is a 'bin' directory in the users home directory and if not, we will create it.
# Checking to see if there is a 'bin' directory in the users home directory and if not, we will create it.
echo "Looking to see if you have the ~/bin directory"
if [ -d "$HOME"/bin ];
then echo "$HOME/bin exists, nothing to do..."