Commit 98a19705a4196e8b1058c08db5229f0fa95ead89

Thomas de Grivel 2023-11-05T23:03:57

sh_remote_ci_dir

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/lib/rbpkg.rb b/lib/rbpkg.rb
index ccf1e74..accf01c 100644
--- a/lib/rbpkg.rb
+++ b/lib/rbpkg.rb
@@ -215,7 +215,7 @@ EOF
     else
       sh_remote_ci_dir = sh_ci_dir
     end
-    cmd! "rsync -a --exclude build #{sh_host}:#{sh_ci_dir}/. #{sh_ci_dir}"
+    cmd! "rsync -a --exclude build #{sh_host}:#{sh_remote_ci_dir}/. #{sh_ci_dir}"
   end
 
   def self.ci_status_dir