Skip to content

Commit

Permalink
Remove obsolete space in 'make run' (#7152)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Brandes <mc.cache@web.de>
  • Loading branch information
NotMyFault committed Mar 3, 2024
1 parent dc917da commit af6abf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -15,7 +15,7 @@ prepare: scripts-permission fetch depends assets

## Runs a live-reloading development server on 127.0.0.1 at port 4242.
run: prepare scripts/awestruct
LISTEN=true ./scripts/awestruct --dev --bind 0.0.0.0 $(AWESTRUCT_CONFIG)
LISTEN=true ./scripts/awestruct --dev --bind 0.0.0.0 $(AWESTRUCT_CONFIG)

## Explicitly generate static website files.
generate: prepare scripts/awestruct real_generate
Expand Down

0 comments on commit af6abf7

Please sign in to comment.