fix: typo

This commit is contained in:
2025-01-08 19:59:32 +00:00
parent 2ed0335aa1
commit 4324d22bf8
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
echo "Worckspace is $PWD" echo "Workspace is $PWD"
sudo chmod -R 777 . sudo chmod -R 777 .
## Frontend setup ## Frontend setup
#if [ -d "frontend-react" ]; then #if [ -d "frontend-react" ]; then