Skip to content

Commit

Permalink
bash/common-utils.bash: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Akianonymus committed Sep 14, 2020
1 parent 8bdbb90 commit f0d1184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash/common-utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ _check_debug() {
_check_internet() {
"${EXTRA_LOG}" "justify" "Checking Internet Connection.." "-"
if ! _timeout 10 curl -Is google.com; then
_clear_line1
_clear_line 1
"${QUIET:-_print_center}" "justify" "Error: Internet connection" " not available." "="
exit 1
fi
Expand Down

0 comments on commit f0d1184

Please sign in to comment.