Skip to content

Commit efbff20

Browse files
mbifeldvmarcella
authored andcommitted
Update install_from_release.sh
1 parent b826d61 commit efbff20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/install_from_release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ fi
1414
SCENARIOS="https://github.com/MicrosoftDocs/executable-docs/releases/download/v1.0.1/scenarios.zip"
1515

1616
# If the LANG parameter was set, download appropriate script
17-
if [-n "$LANG" ]; then
17+
if [ -n "$LANG" ]; then
1818
# Map the language parameter to the corresponding scenarios file
1919
# If no parameter, download the scenarios from IE
2020
MAIN_LANG_PREFIX="$(echo "$LANG" | head -c2 | tr '[:upper:]' '[:lower:]')"

0 commit comments

Comments
 (0)