mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 00:47:38 -06:00
scripts: fix codespell issues
This commit is contained in:
parent
91fb2e07ce
commit
3424fa94c2
@ -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…
Reference in New Issue
Block a user