Skip to content

Commit

Permalink
fix spelling "Launching" (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
to-s committed May 18, 2024
1 parent 33326c9 commit fc339eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/grafana-kiosk/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ func main() {
log.Printf("Launching apikey kiosk")
kiosk.GrafanaKioskApikey(&cfg, messages)
case "aws":
log.Printf("Launcing AWS SSO kiosk")
log.Printf("Launching AWS SSO kiosk")
kiosk.GrafanaKioskAWSLogin(&cfg, messages)
default:
log.Printf("Launching ANON login kiosk")
Expand Down

0 comments on commit fc339eb

Please sign in to comment.