aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-12-17 19:33:19 +0000
committerOlivier Blin <oblin@mandriva.com>2007-12-17 19:33:19 +0000
commite7e89d5c2f731e09347299657d1df79886701174 (patch)
treea62c05cebeaf0e2155c441c15d29e6fb5a0ff87f
parentf8329d45e1218678f97e74bd5f08d45dbaf6acd0 (diff)
downloadmga-youri-submit-e7e89d5c2f731e09347299657d1df79886701174.tar
mga-youri-submit-e7e89d5c2f731e09347299657d1df79886701174.tar.gz
mga-youri-submit-e7e89d5c2f731e09347299657d1df79886701174.tar.bz2
mga-youri-submit-e7e89d5c2f731e09347299657d1df79886701174.tar.xz
mga-youri-submit-e7e89d5c2f731e09347299657d1df79886701174.zip
fix typo about posts actions (patch from raoh's copy, probably from warly)
-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;