From decd6157dcba39a89277aff6a586525af1d4c86b Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Tue, 22 Jul 2025 12:05:42 +0200 Subject: carrot.rb: Add stop for .mpv/scripts --- carrot.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'carrot.rb') diff --git a/carrot.rb b/carrot.rb index a757239..3463644 100644 --- a/carrot.rb +++ b/carrot.rb @@ -1,4 +1,5 @@ deploy save: "#{HOME}/...yml" do tree src: "#{dir}/carrot", - dst: HOME + dst: HOME, + stops: [".mpv/scripts"] end -- cgit v1.2.3