Commit 3424fa94 by Mario Trangoni

scripts: fix codespell issues

parent 91fb2e07
......@@ -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")
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment