this repo has no description

fix: typo in env var

Changed files
+1 -1
cmd
peruse
+1 -1
cmd/peruse/main.go
···
},
&cli.StringFlag{
Name: "service-endpoint",
-
EnvVars: []string{"PERSUSE_SERVICE_ENDPOINT"},
+
EnvVars: []string{"PERUSE_SERVICE_ENDPOINT"},
Required: true,
},
&cli.StringFlag{