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