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

Update rest-server.socket with correct default rest-server port #270

Merged
merged 1 commit into from
Jan 13, 2024

Conversation

pagdot
Copy link
Contributor

@pagdot pagdot commented Jan 10, 2024

What is the purpose of this change? What does it change?

Change the example rest-server.socket file to match the default port used by rest-server

Was the change discussed in an issue or in the forum before?

Discussed, not really, but I've created #269

Checklist

  • I have enabled maintainer edits for this PR
  • I have added tests for all changes in this PR
  • I have added documentation for the changes (in the manual)
  • There's a new file in changelog/unreleased/ that describes the changes for our users (template here)
  • I have run gofmt on the code in all commits
  • All commit messages are formatted in the same style as the other commits in the repo
  • I'm done, this Pull Request is ready for review

Will add a changelog file and check that the commit message matches the other commits if the changes are fine to be accepted

Copy link
Member

@MichaelEischer MichaelEischer left a comment

Choose a reason for hiding this comment

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

Oh, that's indeed inconsistent. Thanks for fixing it!

LGTM.

@MichaelEischer MichaelEischer merged commit e388fcd into restic:master Jan 13, 2024
5 checks passed
@pagdot pagdot deleted the patch-1 branch January 15, 2024 08:48
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.

rest-server.socket example file contains 8080 instead of default port 8000
2 participants