Skip to content

Commit 359d3c7

Browse files
Jacobacon215Jay
andauthored
fix: changed deprecated flag for updated version (#651)
Co-authored-by: Jay <fendler@uchicago.edu>
1 parent 3d4d951 commit 359d3c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/shell/nushell.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export-env {
4141
4242
# Add a pre_prompt hook that calls the above "updateVfoxEnvironment" function.
4343
$env.config = ($env.config | upsert hooks.pre_prompt {
44-
let currentValue = ($env.config | get -i hooks.pre_prompt)
44+
let currentValue = ($env.config | get -o hooks.pre_prompt)
4545
if $currentValue == null {
4646
[{updateVfoxEnvironment}]
4747
} else {

0 commit comments

Comments
 (0)