1 parent c0ec80d commit bc3a8f0Copy full SHA for bc3a8f0
1 file changed
internal/config/developer_path.go
@@ -281,7 +281,7 @@ func FormatDeveloperPathReport(ctx context.Context) string {
281
b.WriteString(theme.Tint("Developer path (graycode · graycode-router · shrike · harrier)", theme.ReportInfo) + "\n\n")
282
283
status := "NEEDS SETUP"
284
- var statusColor = theme.ReportWarn
+ statusColor := theme.ReportWarn
285
switch {
286
case r.Ready:
287
status = "READY"
0 commit comments