Skip to content

Commit 61e740c

Browse files
mbifeldvmarcella
authored andcommitted
Update install_from_release.sh
1 parent 17c197c commit 61e740c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install_from_release.sh

+1-1
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)