Skip to content

Commit

Permalink
xplat: install_sh fix grammer
Browse files Browse the repository at this point in the history
  • Loading branch information
obastemur committed May 23, 2017
1 parent bf578af commit d768d8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/XPlatInstall/install_ch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ PRINT $SUCCESS_COLOR "] Download completed"
CHECK_EXT_FAIL()
{
if [[ $? != 0 ]]; then
PRINT $ERROR_COLOR "] Extracting the compressed file is failed."
PRINT $ERROR_COLOR "] Extracting the compressed file failed."
PRINT $DEFAULT_COLOR "] ${___}"
rm -rf ChakraCoreFiles/
rm -rf chakracore.tar.gz
Expand Down

0 comments on commit d768d8d

Please sign in to comment.