Skip to content

Commit

Permalink
Merge pull request #129 from choria-io/120.3
Browse files Browse the repository at this point in the history
(#120) fix name to ABTaskFile
  • Loading branch information
ripienaar authored Mar 22, 2023
2 parents d309f3d + bd66d6f commit 9cd6f85
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ABTaskFile
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ commands:
{{ end }}

go build -o appbuilder
go build -o abtask
go build -o abt

ls -l appbuilder abtask
ls -l appbuilder abt

- name: snapshot
description: Goreleaser snapshot
Expand Down
2 changes: 1 addition & 1 deletion builder/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ var (
"ABTaskFile.dist.yml",
"ABTaskFile.yaml",
"ABTaskFile.yml",
"ABTAskFile",
"ABTaskFile",
}

requireDescription = true
Expand Down
1 change: 1 addition & 0 deletions example/ABTaskFile

0 comments on commit 9cd6f85

Please sign in to comment.