Skip to content

Commit 5de5235

Browse files
committed
fix: do not use err
1 parent 17f69c0 commit 5de5235

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ func checkForUpdate(ctx context.Context, currentVersion, artifactArch string, cm
160160
return
161161
}
162162

163-
wf, _, err := utils.GetWorkflow()
163+
wf, _, _ := utils.GetWorkflow()
164164

165165
// If a workflow file is present and specifies that the speakeasyVersion is "latest", don't display update notifications as it will be automatically updated when the command is run.
166166
if wf != nil && wf.SpeakeasyVersion.String() == "latest" {

0 commit comments

Comments
 (0)