summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-07-22 12:04:23 +0200
committerSimon Parri <simonparri@ganzeria.com>2025-07-22 12:04:23 +0200
commit3e28db34c9ccd071194afa22cf0390b4c0f3e628 (patch)
tree91f59ffe870da272c17c08337d32eff684493c3d
parent9a3425486375862c6cf0fd1e5f04a59b38fc4a6e (diff)
downloaddotfiles-3e28db34c9ccd071194afa22cf0390b4c0f3e628.tar.gz
dotfiles-3e28db34c9ccd071194afa22cf0390b4c0f3e628.zip
Fix 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