aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMarkus Läll2022-01-11 17:49:27 +0200
committerGitHub2022-01-11 17:49:27 +0200
commitc9e68bb39e951d2ec1f84a8479888c9a270b3846 (patch)
tree20190f8f90b60728d9f28eecc1d9559ebdbeb45b /README.md
parent715e92a13018bc1745fb680b5860af0c5641026a (diff)
Fix typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index acd2b7f..9fb016e 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ Any "extra" arguments will be passed into the Nix calls, so for instance to depl
You can try out this tool easily with `nix run`:
- `nix run github:serokell/deploy-rs your-flake`
-In you want to deploy multiple flakes or a subset of profiles with one invocation, instead of calling `deploy <flake>` you can issue `deploy --targets <flake> [<flake> ...]` where `<flake>` is supposed to take the same format as discussed before.
+If you want to deploy multiple flakes or a subset of profiles with one invocation, instead of calling `deploy <flake>` you can issue `deploy --targets <flake> [<flake> ...]` where `<flake>` is supposed to take the same format as discussed before.
Running in this mode, if any of the deploys fails, the deploy will be aborted and all successful deploys rolled back. `--rollback-succeeded false` can be used to override this behavior, otherwise the `auto-rollback` argument takes precedent.