Преглед изворни кода

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) {

Неке датотеке нису приказане због велике количине промена