Skip to content

Commit

Permalink
Merge pull request #9 from clientIO/double-slash-typo
Browse files Browse the repository at this point in the history
Fix double slash typo #8
  • Loading branch information
DavidDurman committed May 16, 2024
2 parents 112e240 + 7796bac commit 01e037b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/development/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ module "appmixer_module" {
}
quota = {
entrypoint = ["/bin/bash", "-c"]
command = ["apt-get update; apt-get -y install wget; wget -O /root//global-bundle.pem https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem; npm start"]
command = ["apt-get update; apt-get -y install wget; wget -O /root/global-bundle.pem https://truststore.pki.rds.amazonaws.com/global/global-bundle.pem; npm start"]
}
}

Expand Down

0 comments on commit 01e037b

Please sign in to comment.