Skip to content

Commit bbf52d5

Browse files
committed
fix: do not use err
1 parent afb17c6 commit bbf52d5

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
@@ -161,7 +161,7 @@ func checkForUpdate(ctx context.Context, currentVersion, artifactArch string, cm
161161
return
162162
}
163163

164-
wf, _, err := utils.GetWorkflow()
164+
wf, _, _ := utils.GetWorkflow()
165165

166166
// 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.
167167
if wf != nil && wf.SpeakeasyVersion.String() == "latest" {

0 commit comments

Comments
 (0)