Skip to content

Commit

Permalink
Merge pull request #10372 from spowelljr/fixSnapBug
Browse files Browse the repository at this point in the history
fixed snap package manager bug
  • Loading branch information
medyagh authored Feb 5, 2021
2 parents b7feb13 + 4eb9a90 commit b387cf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/minikube/command/kic_runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ func (k *kicRunner) Copy(f assets.CopyableFile) error {
if err != nil {
return errors.Wrap(err, "detecting home dir")
}
tmpFolder = os.Getenv(home)
tmpFolder = home
}
tf, err := ioutil.TempFile(tmpFolder, "tmpf-memory-asset")
if err != nil {
Expand Down

0 comments on commit b387cf2

Please sign in to comment.