diff --git a/Run-Builds-Using-a-Daemon.md b/Run-Builds-Using-a-Daemon.md index bd19113..9a6c5ee 100644 --- a/Run-Builds-Using-a-Daemon.md +++ b/Run-Builds-Using-a-Daemon.md @@ -15,5 +15,5 @@ nohup php ./daemonise phpci:daemonise >/dev/null 2>&1 & If you need to debug what's going on with your builds, you can also run the daemon directly using the following command, which will output the daemon's log directly to your terminal: ```sh -php ./console phpci:daemon +php daemonise phpci:daemonise ``` \ No newline at end of file