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