Skip to content

Commit

Permalink
chore: test beelocal
Browse files Browse the repository at this point in the history
  • Loading branch information
gacevicljubisa committed Dec 25, 2024
1 parent c7503d4 commit 6646f42
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/bee/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import (
func main() {
if err := cmd.Execute(); err != nil {
fmt.Fprintln(os.Stderr, "Error:", err)
fmt.Fprintln(os.Stderr, "Use -h flag for help") // log to trigger the CI
os.Exit(1)
}
}

0 comments on commit 6646f42

Please sign in to comment.