Skip to content

Commit 6bb34e9

Browse files
committed
refactor: move migration to subcmd/migration
1 parent c3afbdf commit 6bb34e9

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

subcmd/migrate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"os"
88

99
"github.com/vim-volt/volt/logger"
10-
"github.com/vim-volt/volt/migration"
10+
"github.com/vim-volt/volt/subcmd/migration"
1111
)
1212

1313
func init() {
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)