瀏覽代碼

fix: interpolate the repository URL in the download message

clanker 1 周之前
父節點
當前提交
10a03b745c
共有 2 個文件被更改,包括 584 次插入985 次删除
  1. 583 984
      installer/install-usm.sh
  2. 1 1
      src/cli/Deploy.vala

文件差異過大導致無法顯示
+ 583 - 984
installer/install-usm.sh


+ 1 - 1
src/cli/Deploy.vala

@@ -563,7 +563,7 @@ private int deploy_provision_repositories(Vector<string> overrides, string conte
                 var filename = path.substring(path.last_index_of("/") + 1);
                 var local = Path.build_filename(destination, filename);
                 try {
-                    printerr("Downloading repository descriptor from \"$path\"...\n");
+                    printerr(@"Downloading repository descriptor from \"$path\"...\n");
                     File.new_for_uri(path).copy(File.new_for_path(local), FileCopyFlags.OVERWRITE);
                 }
                 catch(Error e) {

部分文件因文件數量過多而無法顯示