Skip to content

Commit

Permalink
fix empty variables check
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Guzelevich committed Mar 29, 2018
1 parent 11dea66 commit 8ba4a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/junocfg/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ func main() {
errorsCount++
}
}
outResult(output, out)
if errorsCount > 0 {
checkFatal("Empty variables %v", fmt.Errorf("%d", errorsCount))
}
outResult(output, out)
}
}

0 comments on commit 8ba4a14

Please sign in to comment.