Skip to content

Commit

Permalink
quick fix for executor
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsiaw committed Feb 8, 2021
1 parent 9576f6a commit 6de4aa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cloud_formation/executor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def stack_options
{
stack_name: stack.name,
capabilities: ["CAPABILITY_IAM"],
template_url: "https://s3.#{stack.region}.amazonaws.com/#{@bucket}/#{template_name}"
template_url: "https://#{@bucket}.s3.amazonaws.com/#{template_name}"
}
end

Expand Down

0 comments on commit 6de4aa4

Please sign in to comment.