mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 10:20:29 -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
|
else
|
||||||
docker build --rm=false --tag "grafana/buildcontainer" ./scripts/build/
|
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;
|
docker save grafana/buildcontainer > ~/docker/centos.tar;
|
||||||
fi
|
fi
|
||||||
|
@ -125,7 +125,7 @@ func postRequest(url string, obj interface{}, desc string) {
|
|||||||
} else {
|
} else {
|
||||||
log.Printf("Action: %s \t Failed - Status: %v", desc, res.Status)
|
log.Printf("Action: %s \t Failed - Status: %v", desc, res.Status)
|
||||||
log.Printf("Resp: %s", body)
|
log.Printf("Resp: %s", body)
|
||||||
log.Fatalf("Quiting")
|
log.Fatalf("Quitting")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user