Skip to content

Commit

Permalink
Removed duplicated comparison. (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
vi4m authored and xor-xor committed Jul 29, 2016
1 parent a7e84ba commit b023907
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ func GetTempCfgDir() (cfgDir, baseDir string, err error) {
if err != nil {
goto FAIL
}
if err != nil {
goto FAIL
}
err = PrepareCfgDir(cfgDir, "config.toml")
if err != nil {
goto FAIL
Expand Down

0 comments on commit b023907

Please sign in to comment.