fix repository
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Jeffrey C. Ollie 2023-04-15 19:04:24 -05:00
parent c7f6441bf9
commit 0335e0bc99
Signed by: jeff
GPG key ID: 6F86035A6D97044E

View file

@ -86,10 +86,10 @@ def main [
}
)
let repositiory = (
let repository = (
if ($repository | is-empty) {
if not ($env | get -i PLUGIN_REPOSITIORY | is-empty) {
$env.PLUGIN_REPOSITIORY
if not ($env | get -i PLUGIN_REPOSITORY | is-empty) {
$env.PLUGIN_REPOSITORY
} else {
print "No repository specified!"
exit 1