Skip to content

Commit

Permalink
Don't need environment variable when calling ch apply_file
Browse files Browse the repository at this point in the history
  • Loading branch information
bfren committed Oct 23, 2023
1 parent 6b43b95 commit 837cb60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlay/etc/nu/scripts/bf-aspnet/app.nu
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export def switch [

# reapply permissions
bf write debug " .. reapplying permissions." app/switch
bf ch apply_file $"(bf env CH_D)/10-aspnet"
bf ch apply_file "10-aspnet"

# output success message
bf write ok "Application switched successfully."
Expand Down

0 comments on commit 837cb60

Please sign in to comment.