Skip to content

Commit

Permalink
Move secret into repo/
Browse files Browse the repository at this point in the history
  • Loading branch information
livingsilver94 committed Oct 30, 2023
1 parent 4251643 commit 4507b57
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (

"github.com/livingsilver94/backee/installer"
"github.com/livingsilver94/backee/repo"
"github.com/livingsilver94/backee/secret"
"github.com/livingsilver94/backee/repo/secret"
"github.com/livingsilver94/backee/service"
)

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion secret/keepassxc_test.go → repo/secret/keepassxc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"path/filepath"
"testing"

"github.com/livingsilver94/backee/secret"
"github.com/livingsilver94/backee/repo/secret"
)

func TestKeepassXC(t *testing.T) {
Expand Down
File renamed without changes.

0 comments on commit 4507b57

Please sign in to comment.