fix a typo

This commit is contained in:
Benjamin Staneck 2018-04-06 00:00:11 +02:00
parent 959073ac5c
commit 7294092618

2
vendor/cmder.sh vendored
View File

@ -77,7 +77,7 @@ fi
if [ ! -f "${initialConfig}" ] ; then if [ ! -f "${initialConfig}" ] ; then
echo Creating user startup file: "${initialConfig}" echo Creating user startup file: "${initialConfig}"
cat <<-eof >"${initialCodfig}" cat <<-eof >"${initialConfig}"
# use this file to run your own startup commands for msys2 bash' # use this file to run your own startup commands for msys2 bash'
# To add a new vendor to the path, do something like: # To add a new vendor to the path, do something like: