Skip to content

Commit a1b1152

Browse files
author
Jonathan Visser
committed
folder -> file for configure-hypernode-settings-on-deployment
1 parent cace4cb commit a1b1152

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hypernode-deploy/getting-started/configure-hypernode-settings-on-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ $configuration->setPlatformConfigurations([
3939

4040
Lots of applications need a set of cron jobs for the application to function correctly. Instead of having to configure this on the server manually on each change, you can set this up on the Deployment.
4141

42-
For example, start creating the `./etc/cron` folder and putting in the following:
42+
For example, start creating the `./etc/cron` file and adding the following:
4343

4444
```bash
4545
* * * * * echo 'Hello world!' >> /data/web/cron.log

0 commit comments

Comments
 (0)