Fix stash directory with spaces (#541)

This commit is contained in:
WithoutPants
2020-05-15 09:12:17 +10:00
committed by GitHub
parent 93d6cc43c5
commit 7fd9428cbb

View File

@@ -230,7 +230,8 @@ func Start() {
_ = os.Mkdir(downloads, 0755)
config.Set(config.Stash, stash)
// #536 - set stash as slice of strings
config.Set(config.Stash, []string{stash})
config.Set(config.Generated, generated)
config.Set(config.Metadata, metadata)
config.Set(config.Cache, cache)