Skip to content

Commit 334e0a4

Browse files
committed
fix details message
1 parent a96b07d commit 334e0a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/update/errors.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const (
1414
var (
1515
ErrOperationAlreadyInProgress = &UpdateError{
1616
Code: OperationInProgress,
17-
Details: " an operation is already in progress",
17+
Details: "an operation is already in progress",
1818
}
1919
ErrNoInternetConnection = &UpdateError{
2020
Code: NoInternetConnection,

0 commit comments

Comments
 (0)