diff options
Diffstat (limited to 'cmd/vartan/show.go')
-rw-r--r-- | cmd/vartan/show.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/vartan/show.go b/cmd/vartan/show.go index 7c2482c..547facf 100644 --- a/cmd/vartan/show.go +++ b/cmd/vartan/show.go @@ -10,7 +10,7 @@ import ( "text/template" "github.com/nihei9/vartan/grammar" - "github.com/nihei9/vartan/spec" + spec "github.com/nihei9/vartan/spec/grammar" "github.com/spf13/cobra" ) |