Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 54fc306

Browse files
committed
naming fix
1 parent 71d7ba8 commit 54fc306

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code-server/run.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22

3-
# EXTENSIONS=("${EXTENSIONS}")
4-
IFS=',' read -ra arr <<< "$EXTENSIONS"
3+
EXTENSIONS=("${EXTENSIONS}")
4+
IFS=',' read -ra arr <<< "$${EXTENSIONS}"
55
BOLD='\033[0;1m'
66
CODE='\033[36;40;1m'
77
RESET='\033[0m'

0 commit comments

Comments
 (0)