Skip to content

Commit 84bf727

Browse files
author
John Tompkins
authored
Fix CI (#143)
1 parent 7df5f3c commit 84bf727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e-test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
DIR=$(mktemp -d)
33
cd "$DIR"
44
ls -la
5-
cfn init -t AWS::Foo::Bar $1 --use-docker
5+
cfn init -t AWS::Foo::Bar -a RESOURCE $1 --use-docker
66
ls -la
77
mypy src/aws_foo_bar/ --strict --implicit-reexport

0 commit comments

Comments
 (0)