diff --git a/opt/cs50/bin/code b/opt/cs50/bin/code index 5604ea0f..2ca0135d 100755 --- a/opt/cs50/bin/code +++ b/opt/cs50/bin/code @@ -59,7 +59,7 @@ if [ "$options" = false ]; then # If file doesn't have an extension if [[ ! "$arg" =~ \.[^.]+$ ]]; then - read -p "Are you sure you want to create ${bold}${arg}${normal}? Filenames usually have extensions. [y/N] " -r + read -p "Are you sure you want to create ${bold}${arg}${normal} without an extension? Filenames usually have extensions. [y/N] " -r if [[ ! "${REPLY,,}" =~ ^y|yes$ ]]; then exit 1 fi