Skip to content

Commit

Permalink
package download print
Browse files Browse the repository at this point in the history
  • Loading branch information
sulincix committed May 27, 2024
1 parent 2998448 commit 86d05ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/data/package.vala
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ public class package {
}

public void download_only () {
print (colorize (_ ("Downloading: %s"), yellow).printf (name));
target = get_storage () + "/packages/" + sbasename (get_uri ());
if (isfile (target)) {
info (_ ("File already exists: %s").printf (target));
Expand Down

0 comments on commit 86d05ad

Please sign in to comment.