Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include path separator in log message #1749

Merged
merged 1 commit into from
Jan 30, 2022
Merged

Include path separator in log message #1749

merged 1 commit into from
Jan 30, 2022

Conversation

srstevenson
Copy link
Contributor

This adds a path separator between the directory and filenames in the message printed by zola serve to indicate it is listening for changes.

Before:

Listening for changes in /path/to/dir{config.toml, content, sass, static, templates}

After:

Listening for changes in /path/to/dir/{config.toml, content, sass, static, templates}
                                     ^

This adds a path separator between the directory and filenames in the
message printed by `zola serve` to indicate it is listening for changes.

Before:

    Listening for changes in /path/to/dir{config.toml, content, sass, static, templates}

After:

    Listening for changes in /path/to/dir/{config.toml, content, sass, static, templates}
                                         ^
Copy link
Collaborator

@Keats Keats left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@Keats Keats merged commit fde5110 into getzola:next Jan 30, 2022
@srstevenson srstevenson deleted the include-path-separator branch January 30, 2022 12:13
Keats pushed a commit that referenced this pull request Feb 14, 2022
This adds a path separator between the directory and filenames in the
message printed by `zola serve` to indicate it is listening for changes.

Before:

    Listening for changes in /path/to/dir{config.toml, content, sass, static, templates}

After:

    Listening for changes in /path/to/dir/{config.toml, content, sass, static, templates}
                                         ^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants