Skip to content

Commit

Permalink
wip: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgilman committed Aug 30, 2024
1 parent 81727b1 commit 04297c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion forge/actions/discovery/dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion forge/actions/discovery/dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion forge/cli/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func Run() int {

err := ctx.Run()
if err != nil {
fmt.Printf("forge: %v", err)
fmt.Fprintf(os.Stderr, "forge: %v", err)
return 1
}

Expand Down

0 comments on commit 04297c5

Please sign in to comment.