There was an error while loading. Please reload this page.
1 parent d3a41af commit ffb6a2eCopy full SHA for ffb6a2e
bin/create-project.sh
@@ -8,7 +8,7 @@ set -o errexit ## set -e : exit the script if any statement returns a non-true
8
source "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/.config.sh"
9
10
if [ "$#" -lt 1 ]; then
11
- echo "No project type defined (either cms, neos, symfony or git)"
+ echo "No project type defined (either symfony or git)"
12
exit 1
13
fi
14
0 commit comments