Skip to content

Commit 615b7a7

Browse files
mipmipmblaschke
authored andcommitted
change 'cms' to 'typo3' as used in case statement
1 parent 531cfa7 commit 615b7a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/create-project.sh

Lines changed: 1 addition & 1 deletion
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 or git)"
11+
echo "No project type defined (either typo3, neos or git)"
1212
exit 1
1313
fi
1414

0 commit comments

Comments
 (0)