Skip to content

Commit

Permalink
fp9
Browse files Browse the repository at this point in the history
  • Loading branch information
hustcer committed Jun 27, 2024
1 parent d4ce9a6 commit a9a3d8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dist/index.js

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

4 changes: 2 additions & 2 deletions src/plugins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ def main [
| each {|plugin|
print $'Registering ($plugin.name)'
if $useRegister {
nu -c $'"\"register ($plugin.name)\""'
nu -c ("'" + $'"register ($plugin.name)"' + "'")
} else {
nu -c $'"\"plugin add ($plugin.name)\""'
nu -c ("'" + $'"plugin add ($plugin.name)"' + "'")
}
}
print $'(char nl)Plugins registered successfully for Nu ($version).'
Expand Down

0 comments on commit a9a3d8d

Please sign in to comment.