Tabs v spaces

This commit is contained in:
Seth Vargo 2017-04-04 12:45:08 -04:00
parent 61d814e69c
commit d87b6130a5
No known key found for this signature in database
GPG Key ID: C921994F9C27E0FF
1 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,8 @@ VERSION?="0.3.22"
build:
@echo "==> Starting build in Docker..."
@docker run \
--interactive \
--rm \
--interactive \
--rm \
--tty \
--volume "$(shell pwd):/website" \
hashicorp/middleman-hashicorp:${VERSION} \
@ -13,8 +13,8 @@ build:
website:
@echo "==> Starting website in Docker..."
@docker run \
--interactive \
--rm \
--interactive \
--rm \
--tty \
--publish "4567:4567" \
--publish "35729:35729" \