summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ickadmin.go12
1 files changed, 6 insertions, 6 deletions
diff --git a/ickadmin.go b/ickadmin.go
index fd2e113..e0f2475 100644
--- a/ickadmin.go
+++ b/ickadmin.go
@@ -31,9 +31,9 @@ type builds struct {
}
type build struct {
- Project string
- Build_id string
- Status string
+ Project string
+ Build_id string
+ Status string
Exit_code int
}
@@ -63,13 +63,13 @@ func main() {
if err != nil {
os.Exit(1)
}
-// fmt.Fprintf(os.Stdout, "%s\n", token)
+ // fmt.Fprintf(os.Stdout, "%s\n", token)
projects, err := get_projects(cfg, token)
if err != nil {
os.Exit(1)
}
- if projects == nil {
+ if projects == nil {
os.Exit(1)
}
@@ -77,7 +77,7 @@ func main() {
if err != nil {
os.Exit(1)
}
- if builds == nil {
+ if builds == nil {
os.Exit(1)
}
for _, b := range builds.Builds {