Skip to content

Commit

Permalink
Debug setting of env
Browse files Browse the repository at this point in the history
  • Loading branch information
MDrakos committed Oct 10, 2023
1 parent 2e6a898 commit 03ac93c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/subshell/bash/bash.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package bash

import (
"fmt"
"os"
"os/exec"
"path/filepath"
Expand Down Expand Up @@ -149,6 +150,7 @@ func (v *SubShell) SetEnv(env map[string]string) error {
env["PATH"] = bashified
}

fmt.Println("Setting env:", env)
v.env = env
return nil
}
Expand Down

0 comments on commit 03ac93c

Please sign in to comment.