This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 20788cb9 Must replace existing entry
20788cb9 is described below

commit 20788cb9f12a63dc24f341c269cf7f4f85e64982
Author: Sebb <[email protected]>
AuthorDate: Tue May 3 17:29:43 2022 +0100

    Must replace existing entry
---
 tools/merge_subscriptions.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/merge_subscriptions.rb b/tools/merge_subscriptions.rb
index 45bca4da..a29b52bf 100644
--- a/tools/merge_subscriptions.rb
+++ b/tools/merge_subscriptions.rb
@@ -110,7 +110,7 @@ def merge_files(old_host, new_host, out)
           FileUtils.mkdir_p dir
         end
         # puts "Linking #{targ}"
-        FileUtils.symlink path, targ
+        FileUtils.symlink path, targ, force: true
       end
     end
   end

Reply via email to