We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea8592c commit 5b5d79bCopy full SHA for 5b5d79b
src/lib/Sympa/CLI/config.pm
@@ -65,7 +65,7 @@ sub _run {
65
only_changed => 1,
66
filter => ([@{$options->{output} // []}, qw(explicit mandatory)])
67
);
68
- die "Not changed.\n" unless defined $out;
+ return 1 unless defined $out;
69
70
my $sympa_conf = Sympa::Constants::CONFIG();
71
my $date = POSIX::strftime('%Y%m%d%H%M%S', localtime time);
0 commit comments