There was an error while loading. Please reload this page.
1 parent a123a61 commit 2fce119Copy full SHA for 2fce119
1 file changed
src/utils/version.ts
@@ -33,7 +33,7 @@ export const detectInstall = (): InstallMethod => {
33
return InstallMethod.Binary
34
}
35
36
-export const updateCmd = (version: string): string => {
+export const updateCmd = (): string => {
37
switch (detectInstall()) {
38
case InstallMethod.Bun: return `bun update -g degoog-cli`
39
case InstallMethod.Npm: return `npm update -g degoog-cli`
0 commit comments