Skip to content

Commit 5de4bd1

Browse files
committed
build(script): rename without dash
1 parent 5b6dfe0 commit 5de4bd1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Taskfile.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,17 @@ tasks:
1313
- readme
1414

1515
fmt:
16-
desc: Format `render-template.go`
16+
desc: Format `render_template.go`
1717
cmds:
18-
- go fmt render-template.go
18+
- go fmt render_template.go
1919

2020
readme:
21-
desc: Generate `README.md` using `render-template.go`
21+
desc: Generate `README.md` using `render_template.go`
2222
sources:
2323
- README.template.md
24-
- render-template.go
24+
- render_template.go
2525
- '{{.data_files}}'
2626
generates:
2727
- README.md
2828
cmds:
29-
- go run render-template.go > README.md
29+
- go run render_template.go > README.md
File renamed without changes.

0 commit comments

Comments
 (0)