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 73a06b1 commit b79bf14
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)"'
nu -c $'"register ($p)"'
register $p
} else {
print -n 'Executing command:'; print $'"plugin add ($p)"'
nu -c $'"plugin add ($p)"'
Expand Down

0 comments on commit b79bf14

Please sign in to comment.