Skip to content

Commit 1274c6f

Browse files
committed
Remove v prefix
1 parent 8561e75 commit 1274c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass/src/main/auto-update-manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ const checkForUpdates: StateEnterAction = async function checkForUpdates(
188188
icon: COMPASS_ICON,
189189
message:
190190
updateInfo.reason === 'outdated-operating-system'
191-
? `The version of your operating system is no longer supported. Expected at least v${updateInfo.expectedVersion}`
191+
? `The version of your operating system is no longer supported. Expected at least ${updateInfo.expectedVersion}`
192192
: 'There are currently no updates available.',
193193
});
194194
}

0 commit comments

Comments
 (0)