Skip to content

Commit

Permalink
fix: run initServer before startServer, close #74
Browse files Browse the repository at this point in the history
  • Loading branch information
HilkopterBob committed Oct 10, 2024
1 parent f582cdc commit 1a47183
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ var stopCmd = &cobra.Command{
Use: "stop",
Short: "Stop the running server",
Run: func(cmd *cobra.Command, args []string) {
stopServer()
initServer()
},
}

Expand Down

0 comments on commit 1a47183

Please sign in to comment.