Skip to content

Commit

Permalink
some re-org of the cmd folder
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdevivo committed Jun 12, 2020
1 parent b99e051 commit 795ab85
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ before:
- go mod tidy
builds:
-
main: ./cmd/tickgit.go
main: ./cmd/tickgit/tickgit.go
env:
- CGO_ENABLED=0
brews:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion cmd/tickgit.go → cmd/tickgit/tickgit.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
"github.com/augmentable-dev/tickgit/cmd/commands"
"github.com/augmentable-dev/tickgit/cmd/tickgit/commands"
)

func main() {
Expand Down

0 comments on commit 795ab85

Please sign in to comment.