Skip to content

Commit 1ce2af2

Browse files
committed
Fix path to app launch script in chmod example
1 parent 90d2ba0 commit 1ce2af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/tutorials/websites/deploy-a-web-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ Replace `~/myapp/src` with the path to your app.
297297
Now, for all frameworks, make the `run.sh` script executable:
298298
299299
```bash
300-
chmod +x ~/myapp/run
300+
chmod +x ~/myapp/run.sh
301301
```
302302
303303
You should now be able to execute the script and access your website (or

0 commit comments

Comments
 (0)