Skip to content

Commit

Permalink
Chore(cli): PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
charlysotelo committed Jan 7, 2025
1 parent dd25078 commit ca0abef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/up.go
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,7 @@ func setupDotfiles(
dotCmd.Args = append(dotCmd.Args, "--debug")
}

log.Debugf("Running command: %v", dotCmd.Args)
log.Debugf("Running dotfiles setup command: %v", dotCmd.Args)

writer := log.Writer(logrus.InfoLevel, false)

Expand Down Expand Up @@ -1113,7 +1113,7 @@ func buildDotCmd(dotfilesRepo, dotfilesScript string, envFiles, envKeyValuePairs
sshCmd...,
)

dotCmd.Env = append(os.Environ(), allEnvKeyValuesPairs...)
dotCmd.Env = append(dotCmd.Environ(), allEnvKeyValuesPairs...)
return dotCmd, nil
}

Expand Down

0 comments on commit ca0abef

Please sign in to comment.