Skip to content

Commit

Permalink
Update docs/Makefile
Browse files Browse the repository at this point in the history
Co-authored-by: Moritz Wiesinger <moritz.wiesinger@dynatrace.com>
Signed-off-by: Viktorius Suwandi <viktorius.tori@gmail.com>
  • Loading branch information
viktoriussuwandi and mowies committed Jul 27, 2023
1 parent 93c60c2 commit 31877ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ INTERACTIVE:=$(shell [ -t 0 ] && echo 1)

ifdef INTERACTIVE
# is a terminal
INTERACTIVE_FLAG := "-it"
INTERACTIVE_FLAG := -it
else
INTERACTIVE_FLAG := "-t"
INTERACTIVE_FLAG := -t
endif
DOCKER_CMD := docker run --rm $(INTERACTIVE_FLAG) -e HUGO_CACHEDIR=/src/tmp/.hugo -e HUGOxPARAMSxGITHUB_REPO=""

Expand Down

0 comments on commit 31877ea

Please sign in to comment.