Sfoglia il codice sorgente

fix: interpolate the repository URL in the download message

clanker 1 settimana fa
parent
commit
10a03b745c
2 ha cambiato i file con 584 aggiunte e 985 eliminazioni
  1. 583 984
      installer/install-usm.sh
  2. 1 1
      src/cli/Deploy.vala

File diff suppressed because it is too large
+ 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) {

Some files were not shown because too many files changed in this diff