Skip to content

Commit

Permalink
render clean docs serve url fixes dbt-labs#2027
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsteers authored Jan 2, 2020
1 parent 01c23c3 commit 221afec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/dbt/task/serve.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def run(self):

logger.info("Serving docs at 0.0.0.0:{}".format(port))
logger.info(
"To access from your browser, navigate to http://localhost:{}."
"To access from your browser, navigate to: http://localhost:{}"
.format(port)
)
logger.info("Press Ctrl+C to exit.\n\n")
Expand Down

0 comments on commit 221afec

Please sign in to comment.