Skip to content

Commit

Permalink
Improve message
Browse files Browse the repository at this point in the history
  • Loading branch information
kubouch committed Jan 28, 2024
1 parent 3aa27a4 commit ef14a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nupm/install.nu
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def download-pkg [
let pkg_dir = $env.PWD | path join $clone_dir $pkg.path

if ($pkg_dir | path exists) {
print 'Found package in cache'
print $'Package ($pkg.name) found in cache'
return $pkg_dir
}

Expand Down

0 comments on commit ef14a6a

Please sign in to comment.