summaryrefslogtreecommitdiff
path: root/carrot.rb
diff options
context:
space:
mode:
Diffstat (limited to 'carrot.rb')
-rw-r--r--carrot.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/carrot.rb b/carrot.rb
index c495c22..a757239 100644
--- a/carrot.rb
+++ b/carrot.rb
@@ -1,2 +1,4 @@
-tree src: "#{dir}/carrot",
- dst: HOME
+deploy save: "#{HOME}/...yml" do
+ tree src: "#{dir}/carrot",
+ dst: HOME
+end