Skip to content

Commit

Permalink
still fighting with go install
Browse files Browse the repository at this point in the history
  • Loading branch information
blockpane committed Jun 30, 2022
1 parent 7d95de5 commit c362f9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
_ "embed"
"flag"
"fmt"
tenderduty "github.com/blockpane/tenderduty/td2"
td2 "github.com/blockpane/tenderduty/td2"
"log"
"os"
)
Expand All @@ -25,7 +25,7 @@ func main() {
os.Exit(0)
}

err := tenderduty.Run(configFile, stateFile, dumpConfig)
err := td2.Run(configFile, stateFile, dumpConfig)
if err != nil {
log.Println(err.Error(), "... exiting.")
}
Expand Down

0 comments on commit c362f9b

Please sign in to comment.