Skip to content

Commit

Permalink
fix: link in example config to https (#2455)
Browse files Browse the repository at this point in the history
  • Loading branch information
j178 committed Sep 3, 2021
1 parent 3f650b1 commit 1e40bba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/static/config.go
Expand Up @@ -5,7 +5,7 @@ package static

// ExampleConfig is the config used within goreleaser init.
const ExampleConfig = `# This is an example .goreleaser.yml file with some sane defaults.
# Make sure to check the documentation at http://goreleaser.com
# Make sure to check the documentation at https://goreleaser.com
before:
hooks:
# You may remove this if you don't use go modules.
Expand Down

1 comment on commit 1e40bba

@vercel
Copy link

@vercel vercel bot commented on 1e40bba Sep 3, 2021

Choose a reason for hiding this comment

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

Please sign in to comment.