Skip to content

Commit

Permalink
remove unecessary echo with spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesknap committed Oct 17, 2023
1 parent ad4325e commit 8200e29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .devcontainer/initializeCommand
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ for i in \
if [ ! -f $HOME/$i ] ; then
touch $HOME/$i;
fi
echo verified existance of $i
done

echo "devcontainerID ${1}"

0 comments on commit 8200e29

Please sign in to comment.