mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
blocks: fix codespell issues
This commit is contained in:
@@ -22,6 +22,6 @@ log() {
|
||||
log $RUN_CMD
|
||||
$RUN_CMD
|
||||
|
||||
# Exit immidiately in case of any errors or when we have interactive terminal
|
||||
# Exit immediately in case of any errors or when we have interactive terminal
|
||||
if [[ $? != 0 ]] || test -t 0; then exit $?; fi
|
||||
log
|
||||
|
||||
Reference in New Issue
Block a user