Skip to content

Commit 0c5bfcc

Browse files
committed
corrected the imports
1 parent 93c039a commit 0c5bfcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/pull.go

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

2424
"github.com/FourtekIT/devnagri-cli/config"
25-
// "github.com/Jeffail/gabs"
25+
"github.com/Jeffail/gabs"
2626
"github.com/spf13/cobra"
2727
// "reflect"
2828
"gopkg.in/resty.v1"

0 commit comments

Comments
 (0)