Skip to content

Commit d04debf

Browse files
committed
Add newline
1 parent a2e3fb9 commit d04debf

File tree

1 file changed

+1
-1
lines changed
  • provision/lib/Warewulf/Event

1 file changed

+1
-1
lines changed

provision/lib/Warewulf/Event/Dhcp.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ sub
2424
update_dhcp()
2525
{
2626
if ($opt_nodhcp) {
27-
&wprint("Skipping DHCP update. Manually run: wwsh dhcp update");
27+
&wprint("Skipping DHCP update. Manually run: wwsh dhcp update\n");
2828
return 1;
2929
}
3030

0 commit comments

Comments
 (0)