This commit is contained in:
parent
c7f6441bf9
commit
0335e0bc99
1 changed files with 3 additions and 3 deletions
|
@ -86,10 +86,10 @@ def main [
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
let repositiory = (
|
let repository = (
|
||||||
if ($repository | is-empty) {
|
if ($repository | is-empty) {
|
||||||
if not ($env | get -i PLUGIN_REPOSITIORY | is-empty) {
|
if not ($env | get -i PLUGIN_REPOSITORY | is-empty) {
|
||||||
$env.PLUGIN_REPOSITIORY
|
$env.PLUGIN_REPOSITORY
|
||||||
} else {
|
} else {
|
||||||
print "No repository specified!"
|
print "No repository specified!"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Reference in a new issue