Skip to content

Commit

Permalink
Fix app name
Browse files Browse the repository at this point in the history
Signed-off-by: Arrobo, Gabriel <[email protected]>
  • Loading branch information
gab-arrobo committed Nov 5, 2024
1 parent 27370b7 commit ade0327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simapp.go
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ func syncConfig(w http.ResponseWriter, req *http.Request) {

func main() {
app := cli.NewApp()
app.Name = "sctplb"
app.Name = "simapp"
logger.SimappLog.Infoln(app.Name)
app.Usage = "SIMApp"
app.UsageText = "simapp -cfg <simapp_config_file.yaml>"
Expand Down

0 comments on commit ade0327

Please sign in to comment.