From 0335e0bc9955184616e725bcbafa90e4a3ca3058 Mon Sep 17 00:00:00 2001 From: "Jeffrey C. Ollie" Date: Sat, 15 Apr 2023 19:04:24 -0500 Subject: [PATCH] fix repository --- push-container.nu | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/push-container.nu b/push-container.nu index f11fd2e..564de6a 100644 --- a/push-container.nu +++ b/push-container.nu @@ -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