scripts: fix codespell issues

pull/11588/head
Mario Trangoni 8 years ago
parent 91fb2e07ce
commit 3424fa94c2
  1. 2
      scripts/build/build_container.sh
  2. 2
      scripts/build/publish.go

@ -12,6 +12,6 @@ if [[ -e ~/docker/centos.tar ]]; then
else
docker build --rm=false --tag "grafana/buildcontainer" ./scripts/build/
# save docker container so we dont have to recreate it next run
# save docker container so we don't have to recreate it next run
docker save grafana/buildcontainer > ~/docker/centos.tar;
fi

@ -125,7 +125,7 @@ func postRequest(url string, obj interface{}, desc string) {
} else {
log.Printf("Action: %s \t Failed - Status: %v", desc, res.Status)
log.Printf("Resp: %s", body)
log.Fatalf("Quiting")
log.Fatalf("Quitting")
}
}
}

Loading…
Cancel
Save