Browse Source

Merge pull request #94 from jimrollenhagen/patch-1

Fix local tarsnap key path in readme
Luke Cyca 10 years ago
parent
commit
62c86648e8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.textile

+ 1
- 1
README.textile View File

@@ -82,7 +82,7 @@ If you haven't already, "download and install Tarsnap":https://www.tarsnap.com/d
82 82
 
83 83
 Create a new machine key for your server:
84 84
 
85
-bc. tarsnap-keygen --keyfile roles/common/files/root_tarsnap.key --user me@example.com --machine example.com
85
+bc. tarsnap-keygen --keyfile roles/tarsnap/files/root_tarsnap.key --user me@example.com --machine example.com
86 86
 
87 87
 h3. 3. Prep the server
88 88
 

Loading…
Cancel
Save