Skip to content

Commit

Permalink
fix: update indent
Browse files Browse the repository at this point in the history
  • Loading branch information
bytemain committed Feb 22, 2025
1 parent e710ce0 commit 59b4133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/shell/nushell.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const nushellConfig = `
export-env {
def --env updateVfoxEnvironment [] {
let envData = (^'{{.SelfPath}}' env -s nushell --full | from json)
if ($envData | is-empty) {
if ($envData | is-empty) {
return
}
load-env $envData.envsToSet
Expand Down

0 comments on commit 59b4133

Please sign in to comment.