diff --git a/5. Deploying on our server.md b/5. Deploying on our server.md index ad23f99..0ae796b 100644 --- a/5. Deploying on our server.md +++ b/5. Deploying on our server.md @@ -15,7 +15,7 @@ The test server uses the *dev* branch, the production server uses *master*. 0. on your machine: * `git pull --all && git checkout master && git merge dev` * when you get no errors: `git push` - * make sure you got back to dev: `git checkout dev` + * make sure you go back to dev: `git checkout dev` 0. on the server: * `rs update_utils` * now restart to apply changes: `rs restart` (**don't reload!**) \ No newline at end of file