Skip to content

Commit

Permalink
Fix launch SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitaly Parfonov committed Jul 7, 2015
1 parent c1559bc commit 5a5c773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion che.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ then
# echo "$(tput setaf 1)ERROR: Please run 'mvn clean install' and try again."$(tput sgr0)
# echo "$(tput setaf 1)ERROR: For more information, please see the Codenvy SDK README:"$(tput sgr0)
# echo "$(tput setaf 1)ERROR: https://github.com/codenvy/che"$(tput sgr0)
exit 1
# exit 1
fi

cd "${TOMCAT_IDE_DIR}"
Expand Down

0 comments on commit 5a5c773

Please sign in to comment.