Navigation Menu

Skip to content

Commit

Permalink
apt: fix wrong number of arguments check
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed May 29, 2012
1 parent 0cec423 commit c0ae583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apt/sign-repository.sh
Expand Up @@ -2,7 +2,7 @@

script_base_dir=`dirname $0`

if [ $# != 2 ]; then
if [ $# != 3 ]; then
echo "Usage: $0 GPG_UID DESTINATION CODES"
echo " e.g.: $0 'F10399C0' repositories/ 'lenny unstable hardy karmic'"
exit 1
Expand Down

0 comments on commit c0ae583

Please sign in to comment.