From 3e28db34c9ccd071194afa22cf0390b4c0f3e628 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Tue, 22 Jul 2025 12:04:23 +0200 Subject: Fix carrot.rb --- carrot.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'carrot.rb') 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 -- cgit v1.2.3