aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authornotgne22020-11-22 18:32:04 -0700
committernotgne22020-11-22 18:32:04 -0700
commitcb50d98884f786a3e2aa40befa6ebf1ef2be90da (patch)
tree35a68003919592e4fb00519123b7e0aae3f75bbb /README.md
parent08c6bd8b73489d50a99129a22f559e6197892c23 (diff)
Use `/tmp` as temp directory, not `/tmp/deploy-rs` (resolves #8 by deprecation)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7fc9484..bffa3de 100644
--- a/README.md
+++ b/README.md
@@ -163,8 +163,8 @@ This is a set of options that can be put in any of the above definitions, with t
# This defaults to `true`
magicRollback = true;
- # The path which deploy-rs will use for temporary files, this is currently only used by `magicRollback` to create an inotify watcher in
- # If not specified, this will default to `/tmp/deploy-rs`
+ # The path which deploy-rs will use for temporary files, this is currently only used by `magicRollback` to create an inotify watcher in for confirmations
+ # If not specified, this will default to `/tmp`
# (if `magicRollback` is in use, this _must_ be writable by `user`)
tempPath = "/home/someuser/.deploy-rs";
}