Skip to content

Commit 8f86e29

Browse files
committed
chore: improve initialise script
1 parent 72c2358 commit 8f86e29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

initialize.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ while [ $# -gt 0 ]; do
2424
exit 1
2525
;;
2626
*)
27-
PROJECT_NAME="$1"
27+
PROJECT_NAME="web-ui-template"
2828
;;
2929
esac
3030
shift

0 commit comments

Comments
 (0)