aboutsummaryrefslogtreecommitdiff
path: root/sboconfig
diff options
context:
space:
mode:
Diffstat (limited to 'sboconfig')
-rwxr-xr-xsboconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/sboconfig b/sboconfig
index c181b29..27d3353 100755
--- a/sboconfig
+++ b/sboconfig
@@ -121,7 +121,7 @@ sub config_write ($$) {
}
while (my ($key, $value) = each %changes) {
- print "Setting $key to $value...\n";
+ say "Setting $key to $value...";
config_write $key, $value or warn "Unable to write to $conf_file\n";
}