Skip to content

Commit abc8a01

Browse files
Spelling fix
1 parent 6be949f commit abc8a01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/deployment-tracker/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func main() {
6161
os.Exit(1)
6262
}
6363
if cntrlCfg.Organization == "" {
64-
slog.Error("Organiation is required")
64+
slog.Error("Organization is required")
6565
os.Exit(1)
6666
}
6767

0 commit comments

Comments
 (0)