diff options
| author | Nicolas Vigier <boklm@mageia.org> | 2011-02-09 00:58:19 +0000 |
|---|---|---|
| committer | Nicolas Vigier <boklm@mageia.org> | 2011-02-09 00:58:19 +0000 |
| commit | 99eec2f4b806ec27ccd1e78f8886a05fe6bb80c4 (patch) | |
| tree | db4c3496bfe6d9c1ece5f5533801044fa5897878 | |
| parent | 94be9504c1acc6cd6c29df25b7b078bc2fae5356 (diff) | |
| download | puppet-99eec2f4b806ec27ccd1e78f8886a05fe6bb80c4.tar puppet-99eec2f4b806ec27ccd1e78f8886a05fe6bb80c4.tar.gz puppet-99eec2f4b806ec27ccd1e78f8886a05fe6bb80c4.tar.bz2 puppet-99eec2f4b806ec27ccd1e78f8886a05fe6bb80c4.tar.xz puppet-99eec2f4b806ec27ccd1e78f8886a05fe6bb80c4.zip | |
fix typo (after searching for some time why it didn't run)
| -rw-r--r-- | modules/buildsystem/templates/submit-upload.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/buildsystem/templates/submit-upload.conf b/modules/buildsystem/templates/submit-upload.conf index 7a7aaf79..f3cc988b 100644 --- a/modules/buildsystem/templates/submit-upload.conf +++ b/modules/buildsystem/templates/submit-upload.conf @@ -166,7 +166,7 @@ actions: class: Youri::Submit::Action::Clean sign: - class: Youri::Submit::Actian::Sign + class: Youri::Submit::Action::Sign options: signuser: <%= sign_login %> path: <%= sign_keydir %> |
