Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
soliton- committed Mar 5, 2019
1 parent 4dda9ba commit d241115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/travis/docker_run.sh
Expand Up @@ -5,7 +5,7 @@ reset=$(tput sgr0)
# print given message in red
error() { printf '%s%s%s\n' "$red" "$*" "$reset"; }
# print given message and exit
die() { errror "$*"; exit 1; }
die() { error "$*"; exit 1; }

# set the fake display for unit tests
export DISPLAY=:99.0
Expand Down

0 comments on commit d241115

Please sign in to comment.