Skip to content

Commit

Permalink
fix: replace dangling references to pkg/
Browse files Browse the repository at this point in the history
  • Loading branch information
SKalt committed Jun 2, 2024
1 parent b7c33a7 commit 6ae7150
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.PHONY: build install release changelog test-release-process test-rpm-install
./dist/git-cc: ./main.go ./go.mod ./go.sum ./pkg/**/*.go cmd/*.go
./dist/git-cc: ./main.go ./go.mod ./go.sum ./pkg/**/*.go ./internal/**/*.go cmd/*.go
go build -o ./dist/git-cc
build: ./dist/git-cc
unit-test:
Expand Down
2 changes: 1 addition & 1 deletion internal/helpbar/help.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (

tea "github.com/charmbracelet/bubbletea"
"github.com/muesli/reflow/ansi"
"github.com/skalt/git-cc/pkg/config"
"github.com/skalt/git-cc/internal/config"
)

type Model struct {
Expand Down

0 comments on commit 6ae7150

Please sign in to comment.