drone kickoff

This commit is contained in:
jackspirou
2015-11-20 18:38:29 -06:00
parent 53f8e310e3
commit 8086777e78
5 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ func main() {
}
defer resp.Body.Close()
if vargs.Verbose {
if vargs.Verbose || os.Getenv("DEBUG") == "true" {
body, err := ioutil.ReadAll(resp.Body)
if err != nil {