Skip to content

Commit

Permalink
Fix reversed message in utils/update-cnf.pl
Browse files Browse the repository at this point in the history
  • Loading branch information
Sketch committed Aug 7, 2015
1 parent 38d037b commit 0654666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/update-cnf.pl
Expand Up @@ -42,7 +42,7 @@
} else {
# Heck, let's just copy the new file to the old one and quit!
print "*** Creating $old from $new...\n";
copy $new, $old or die "Unable to copy $old to $new: $!\n";
copy $new, $old or die "Unable to copy $new to $old: $!\n";
exit 0;
}

Expand Down

0 comments on commit 0654666

Please sign in to comment.