Skip to content

Commit c100722

Browse files
Update project-init.sh
1 parent ba993d0 commit c100722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ AEM_WRAPPER="aemw"
55
if [ -f "$AEM_WRAPPER" ]; then
66
echo ""
77
echo "The project already contains AEM Compose!"
8-
exit 1
8+
exit 0
99
fi
1010

1111
SOURCE_URL="https://raw.githubusercontent.com/wttech/aemc/main/pkg/project/common"

0 commit comments

Comments
 (0)