Skip to content

Commit

Permalink
fix(make) memory usage print cli change
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleusb committed May 12, 2023
1 parent d70fe53 commit 386e9dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ environment:
serve:
> hugo server \
> --baseURL http://localhost \
> --noHTTPCache --print-mem --templateMetrics --templateMetricsHints
> --noHTTPCache --printMemoryUsage --templateMetrics --templateMetricsHints

build:
> hugo --enableGitInfo --minify
Expand Down

0 comments on commit 386e9dd

Please sign in to comment.