Skip to content

Commit 00689fd

Browse files
fix: remove platform and console submodule (#17939)
* Fix: remove platform submodule * Update git-setup.sh * Update git-setup.sh * Update git-setup.sh --------- Co-authored-by: Alex van Andel <me@alexvanandel.com>
1 parent bd83b36 commit 00689fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# If no project name is given
33
if [ $# -eq 0 ]; then
44
# Display usage and stop
5-
echo "Usage: git-setup.sh <console,website,platform>"
5+
echo "Usage: git-setup.sh <console,website>"
66
exit 1
77
fi
88
# Get remote url to support either https or ssh

0 commit comments

Comments
 (0)