Skip to content

Commit

Permalink
Tabs v spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
sethvargo committed Apr 4, 2017
1 parent 61d814e commit d87b613
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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} \
Expand All @@ -13,8 +13,8 @@ build:
website:
@echo "==> Starting website in Docker..."
@docker run \
--interactive \
--rm \
--interactive \
--rm \
--tty \
--publish "4567:4567" \
--publish "35729:35729" \
Expand Down

0 comments on commit d87b613

Please sign in to comment.