From d991ebed0990a051ff29f3ee75d4a64389f67996 Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Wed, 13 Dec 2023 13:44:47 -0600 Subject: [PATCH] EOF --- stack_orchestrator/deploy/webapp/deploy_webapp.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack_orchestrator/deploy/webapp/deploy_webapp.py b/stack_orchestrator/deploy/webapp/deploy_webapp.py index dbcb2a5e..aca2df35 100644 --- a/stack_orchestrator/deploy/webapp/deploy_webapp.py +++ b/stack_orchestrator/deploy/webapp/deploy_webapp.py @@ -120,4 +120,4 @@ def command(ctx): def create(ctx, deployment_dir, image, url, kube_config, image_registry, env_file): '''create a deployment for the specified webapp container''' - return create_deployment(ctx, deployment_dir, image, url, kube_config, image_registry, env_file) \ No newline at end of file + return create_deployment(ctx, deployment_dir, image, url, kube_config, image_registry, env_file)