Skip to content

Commit

Permalink
print uenv full name instead of download location after pulling
Browse files Browse the repository at this point in the history
  • Loading branch information
bcumming committed Jun 3, 2024
1 parent b6b16a0 commit 05dc2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uenv-image
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ if __name__ == "__main__":
terminal.stdout(f"updating local reference {r.name}/{r.version}:{r.tag}")
cache.add_record(r)

terminal.stdout(f"image available at {image_path}/store.squashfs")
terminal.stdout(f"uenv {t.name}/{t.version}:{t.tag} downloaded")

sys.exit(0)

Expand Down

0 comments on commit 05dc2e6

Please sign in to comment.