Skip to content

Commit

Permalink
Fix domain fully qualified text
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Dec 2, 2022
1 parent e9c3180 commit fd83140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ is_fully_qualified () {
return 1
;;
*.*)
log_debug "Hostname OK: fully qualified as $1"
log_debug "Hostname is fully qualified as $1"
return 0
;;
esac
Expand Down

0 comments on commit fd83140

Please sign in to comment.