Skip to content

Commit

Permalink
nixos-generate-config: Add missing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
edolstra committed Oct 3, 2020
1 parent 755ebd1 commit b551f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/installer/tools/nixos-generate-config.pl
Expand Up @@ -628,7 +628,7 @@ sub generateNetworkingDhcpConfig {
write_file($fn, <<EOF);
@configuration@
EOF
print STDERR "For more hardware-specific settings, see https://github.com/NixOS/nixos-hardware"
print STDERR "For more hardware-specific settings, see https://github.com/NixOS/nixos-hardware.\n"
} else {
print STDERR "warning: not overwriting existing $fn\n";
}
Expand Down

0 comments on commit b551f06

Please sign in to comment.