Skip to content
This repository was archived by the owner on Feb 11, 2021. It is now read-only.

Commit add298a

Browse files
committed
Bugfix
1 parent 13497fc commit add298a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cli-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ build:
22
- go build -o mycli
33
files:
44
- .gitignore
5-
- src/main/app.go
6-
- src/main/main.go
5+
- app.go
6+
- main.go
77
command: ./mycli

0 commit comments

Comments
 (0)