Fix home directory detection
Compare changes
- Tomasz Maczukin authored
With 452ac0a2 we changed how HOME directory detection and "fixing" is working, but now it's causing runner to fail in cases it didn't before. The change was done because previously we've been using a deprecated function from the `homedir` package. It was, however, done wrong. This commit reverts code to the previous version.
+ 1
− 5
@@ -13,11 +13,7 @@ func FixHOME(app *cli.App) {