Skip to content

Commit e5f9673

Browse files
committed
rename sample app to oss
1 parent 3695143 commit e5f9673

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

wiremock/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ sample: ## Deploy sample app
4242
echo "Creating stubs in WireMock ..."
4343
bin/create-stubs.sh
4444
echo "Deploying sample app into LocalStack via Terraform ..."
45-
(cd sample-app; tflocal init; tflocal apply -auto-approve)
45+
(cd sample-app-oss; tflocal init; tflocal apply -auto-approve)
4646
apiId=$$(awslocal apigateway get-rest-apis | jq -r '.items[0].id'); \
4747
endpoint=https://$$apiId.execute-api.us-east-1.localhost.localstack.cloud/dev/time-off; \
4848
echo "Invoking local API Gateway endpoint: $$endpoint"; \
File renamed without changes.

0 commit comments

Comments
 (0)