mirror of
https://git.asonix.dog/asonix/relay.git
synced 2024-11-25 19:11:08 +00:00
Version v0.1.0-r108
This commit is contained in:
parent
5913c024c2
commit
579b5822b6
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ function print_help() {
|
||||||
echo " tag: The git tag to be applied to the image manifest"
|
echo " tag: The git tag to be applied to the image manifest"
|
||||||
}
|
}
|
||||||
|
|
||||||
repo=$2
|
repo=$1
|
||||||
tag=$2
|
tag=$2
|
||||||
|
|
||||||
require "$repo" "repo"
|
require "$repo" "repo"
|
||||||
|
|
Loading…
Reference in a new issue