Skip to content

Commit

Permalink
Merge pull request #28 from obsidiansystems/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
hSloan authored Jan 26, 2018
2 parents a7dd6da + 0d8ee2b commit 0550c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ From within the root of your obelisk project directory, use the script and synta
./set-deploy [DESTINATION DIR] [PRIVATE KEY FILE]
```

This script will create a `deploy` directory within the directory you've specified within the first arguement to the script. To start deployment to your NixOS server, `cd` into the `deploy/src` directory and use the following script and syntax provided below:
This script will create a `deploy` directory within the directory you've specified within the first argument to the script. To start deployment to your NixOS server, `cd` into the `deploy/src` directory and use the following script and syntax provided below:

```bash
./obelisk/deploy [yourServer.org] .. --arg ssl true
Expand Down

0 comments on commit 0550c4a

Please sign in to comment.