Skip to content

Commit

Permalink
fix license link. add comment to Execute function
Browse files Browse the repository at this point in the history
  • Loading branch information
guumaster committed Apr 9, 2020
1 parent 4fbd9d5 commit fb4e45f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ This project follows the [all-contributors](https://github.com/all-contributors/
[report-link]: https://goreportcard.com/report/github.com/guumaster/hostctl

[license-badge]: https://img.shields.io/github/license/guumaster/hostctl
[license-link]: https://github.com/guumaster/hostctl/LICENSE
[license-link]: https://github.com/guumaster/hostctl/blob/master/LICENSE

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[all-contributors-badge]: https://img.shields.io/badge/contributors-7-blue.svg
Expand Down
1 change: 1 addition & 0 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ you need each time with a simple interface.
},
}

// Execute is the main entrypoint for CLI usage
func Execute() {
if err := rootCmd.Execute(); err != nil {
os.Exit(1)
Expand Down

0 comments on commit fb4e45f

Please sign in to comment.