Skip to content

Commit

Permalink
chore: rebuild svc only
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinthenight committed Dec 11, 2023
1 parent b70491c commit fb2070e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions services/samplesvc/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,5 @@ func RunCmd() *cobra.Command {
}

func main() {
if err := rootCmd.Execute(); err != nil {
glog.Fatalf("%v", err)
}
rootCmd.Execute()
}

0 comments on commit fb2070e

Please sign in to comment.