From 02c5b5bd96aa42fd1ec35a9ebafdb79731a9ccdf Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Wed, 22 Mar 2023 11:57:41 +0800 Subject: [PATCH] debug --- infrastructure/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/__main__.py b/infrastructure/__main__.py index ac3c778e..a2eee357 100644 --- a/infrastructure/__main__.py +++ b/infrastructure/__main__.py @@ -21,7 +21,7 @@ from pulumi_command import local def get_env( name ): result = local.Command( - "command", + "cmd", create=f'printenv {name}' ) return result.stdout