diff --git a/install.sh b/install.sh index 3879245..977e224 100755 --- a/install.sh +++ b/install.sh @@ -113,7 +113,7 @@ if [ -z "$PROFILE" ] || [ ! -f "$PROFILE" ] ; then fi echo " OR" echo "=> Append the following lines to the correct file yourself:" - printf "%s" "$SOURCE_STR" + printf "$SOURCE_STR" echo else if ! grep -qc 'nvm.sh' "$PROFILE"; then