Skip to content

Commit

Permalink
fp10
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Jun 28, 2024
1 parent b79bf14 commit 7bc3c88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def main [
print $'Registering ($p)'
if $useRegister {
print -n 'Executing command:'; print $'"register ($p)"'
register $p
register $plugin.name
} else {
print -n 'Executing command:'; print $'"plugin add ($p)"'
nu -c $'"plugin add ($p)"'
Expand Down

0 comments on commit 7bc3c88

Please sign in to comment.