Skip to content

Commit 428fa12

Browse files
committed
Fixing string
1 parent 3a08b7f commit 428fa12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ apply: test plan
4949
@rm -f .terraform/plan
5050

5151
migrate:
52-
@echo "First use `make init` using the old S3 backend, then run `make migrate` to use the new one."
52+
@echo "First use -make init- using the old S3 backend, then run -make migrate- to use the new one."
5353
@${TERRAFORM} init -migrate-state -backend-config="key=${S3_KEY}" -backend-config="bucket=${S3_BUCKET}" -backend-config="region=${S3_REGION}" -backend-config="access_key=${S3_ACCESS_KEY}" -backend-config="secret_key=${S3_SECRET_KEY}"
5454

5555
test: .git/hooks/pre-commit

0 commit comments

Comments
 (0)