Skip to content

Commit 149b6eb

Browse files
committed
Debug deploy test failure
1 parent a35af46 commit 149b6eb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/subshell/bash/bash.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ func (v *SubShell) WriteUserEnv(cfg sscommon.Configurable, env map[string]string
6464
if err != nil {
6565
return errs.Wrap(err, "RcFile failure")
6666
}
67+
logging.Debug("Using RC File at: %s", rcFile)
6768

6869
if path, pathExists := env["PATH"]; pathExists && runtime.GOOS == "windows" {
6970
bashified, err := osutils.BashifyPathEnv(path)

0 commit comments

Comments
 (0)