Skip to content

Commit ffb6a2e

Browse files
andreaskwebermblaschke
authored andcommitted
Update create-project.sh (#53)
1 parent d3a41af commit ffb6a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: bin/create-project.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -o errexit ## set -e : exit the script if any statement returns a non-true
88
source "$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )/.config.sh"
99

1010
if [ "$#" -lt 1 ]; then
11-
echo "No project type defined (either cms, neos, symfony or git)"
11+
echo "No project type defined (either symfony or git)"
1212
exit 1
1313
fi
1414

0 commit comments

Comments
 (0)