From 334078192041a3ecbe2d248a97adc83889055098 Mon Sep 17 00:00:00 2001 From: Xia Zhao Date: Fri, 3 Nov 2023 11:04:15 -0700 Subject: [PATCH] Remove unexpected changes --- bin/run_cfn_lint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/run_cfn_lint.sh b/bin/run_cfn_lint.sh index 062f3f3e46..33b783e185 100755 --- a/bin/run_cfn_lint.sh +++ b/bin/run_cfn_lint.sh @@ -1,7 +1,7 @@ #!/bin/sh set -eux -VENV=.venv +VENV=.venv_cfn_lint # Install to separate venv to avoid circular dependency; cfn-lint depends on samtranslator # See https://github.com/aws/serverless-application-model/issues/1042