Skip to content

Commit 4dc4b5a

Browse files
committed
Attempting to fix
1 parent 9917031 commit 4dc4b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
S3_BUCKET ?= "s4c-cft"
44
S3_PREFIX ?= "test"
55
S3_REGION ?= eu-west-1
6-
RESPONSE_ACTIONS_TEMP_S3_PREFIX = modules/$(S3_PREFIX)/temp
6+
RESPONSE_ACTIONS_TEMP_S3_PREFIX = modules/$(S3_PREFIX)
77
RESPONSE_ACTIONS_TEMP_S3_URI = s3://$(S3_BUCKET)/$(RESPONSE_ACTIONS_TEMP_S3_PREFIX)/response_actions.cft.yaml
88
STACK_NAME = Sysdig-Secure
99
PARAM_NAME_SUFFIX ?= test

0 commit comments

Comments
 (0)