Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Sep 25, 2023
1 parent 7d2b121 commit fa5db3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/replace-with-commands/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ $ replace-with-commands --prefix='# @updator:' --list .github/workflows/*.yml
newLines := []string{}
isDirty := false

file, err := os.Create(path)
file, err := os.Open(path)
if err != nil {
log.Fatalf("%+v", xerrors.Errorf("%s: %w", path, err))
}
Expand Down

0 comments on commit fa5db3f

Please sign in to comment.