Skip to content

Commit

Permalink
Merge pull request #122 from cristiklein/xdg-folders
Browse files Browse the repository at this point in the history
Xdg folders
  • Loading branch information
ivotron committed Jun 16, 2017
2 parents 43157d1 + f0fc4ef commit 8b5f786
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion popper/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (
"log"
"os"

"github.com/casimir/xdg-go"
"github.com/codeskyblue/go-sh"
"github.com/spf13/cobra"
)
Expand All @@ -31,7 +32,7 @@ func main() {
}
}

var popperFolder = os.Getenv("HOME") + "/.popper"
var popperFolder = xdg.CacheHome() + "/popper"

var popperRepoUrl = "https://github.com/systemslab/popper"

Expand Down

0 comments on commit 8b5f786

Please sign in to comment.