koschei/backend: Fix refreshing of dist-git groups
This commit is contained in:
parent
913a8f8efa
commit
1655385dfb
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
if [ "$#" -ne 2 ]; then
|
||||
echo "Usage: refresh-group <group-name> <distgit-group-name>"
|
||||
if [ "$#" -lt 2 ]; then
|
||||
echo "Usage: refresh-group <group-name> <distgit-group-name> [...]"
|
||||
exit 1
|
||||
fi
|
||||
set -e
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue