Skip to content

Commit

Permalink
fix: add a line break
Browse files Browse the repository at this point in the history
  • Loading branch information
SRWieZ committed Dec 9, 2024
1 parent 652687c commit 368a68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/publicip
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ $ip = match ($ipVersion) {
};

if($ip === null) {
echo 'Could not find public IP address.';
echo 'Could not find public IP address.' . PHP_EOL;
exit(1);
}

Expand Down

0 comments on commit 368a68a

Please sign in to comment.