Skip to content

Commit

Permalink
change import path
Browse files Browse the repository at this point in the history
  • Loading branch information
sukill committed Sep 2, 2020
1 parent 9c8a494 commit 1ea8302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mbpu-tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ package main
import (
"os"

"github.com/the-medium/mbpu-tools/cmd"
"github.com/hyperledger/fabric/mbpu-tools/cmd"
)

func main() {
if err := cmd.Execute(); err != nil {
os.Exit(1)
}
}
}

0 comments on commit 1ea8302

Please sign in to comment.