Skip to content

Commit

Permalink
Merge branch 'master' of github.com:VojtechVitek/yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechVitek committed Nov 6, 2019
2 parents 43918b5 + 679442a commit e711941
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/yaml/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"log"
"os"

"github.com/VojtechVitek/yaml/pkg/cli"
"github.com/VojtechVitek/yaml-cli/pkg/cli"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion pkg/cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"strconv"
"strings"

"github.com/VojtechVitek/yaml"
"github.com/VojtechVitek/yaml-cli"
"github.com/pkg/errors"
flag "github.com/spf13/pflag"
"golang.org/x/sync/errgroup"
Expand Down

0 comments on commit e711941

Please sign in to comment.