diff options
Diffstat (limited to 'carrot.rb')
-rw-r--r-- | carrot.rb | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,2 +1,4 @@ -tree src: "#{dir}/carrot", - dst: HOME +deploy save: "#{HOME}/...yml" do + tree src: "#{dir}/carrot", + dst: HOME +end |