Skip to content

Commit a65447b

Browse files
committed
fix: Fix typo
1 parent 8e81038 commit a65447b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/common.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ function setup_env_file() {
1212

1313
# Prompt user for LANGUAGE
1414
echo "Select your preferred language:"
15-
languages=("cpp" "java" "python" "python3" "c" "csharp" "javascript" "typescript" "php" "swift" "kotlin" "dart" "golang" "ruby" "scala" "rust" "racket" "erlang" "elixir")
15+
languages=("cpp" "java" "python" "python3" "c" "csharp" "javascript" "typescript" "php" "swift" "kotlin" "dart" "go" "ruby" "scala" "rust" "racket" "erlang" "elixir")
1616
for i in "${!languages[@]}"; do
1717
echo "$((i + 1))) ${languages[$i]}"
1818
done

0 commit comments

Comments
 (0)