Skip to content

Commit f8e5ed4

Browse files
authored
Merge pull request #3728 from ActiveState/miked/CP-1090
Fix syntax error in install.sh
2 parents 71ecc83 + 173043d commit f8e5ed4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

installers/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ DOWNLOADEXT=".tar.gz"
1717
BINARYEXT=""
1818
SHA256SUM="sha256sum"
1919

20-
SESSION_TOKEN_VERIFY="{TOKEN""}"
20+
SESSION_TOKEN_VERIFY="{TOKEN}"
2121
SESSION_TOKEN="{TOKEN}"
2222
SESSION_TOKEN_VALUE=""
2323

0 commit comments

Comments
 (0)