aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/youri-submit2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/youri-submit b/bin/youri-submit
index 7a43903..a7f0120 100755
--- a/bin/youri-submit
+++ b/bin/youri-submit
@@ -491,7 +491,7 @@ foreach my $group ([ map { { section => "", file => $_ } } @ARGV ], @$pre_packag
# perfrom post action
my $skip_post = $config->get_arg('skip-post');
my %skip_post = $skip_post ? map { $_ => 1 } @{$skip_post} : ();
-foreach my $id (@{$target_conf->{post}}) {
+foreach my $id (@{$target_conf->{posts}}) {
next if $skip_post{$id};
print "Creating post $id\n" if $verbose;
my $post;