Skip to content

Commit 2fce119

Browse files
committed
better formatting
1 parent a123a61 commit 2fce119

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const detectInstall = (): InstallMethod => {
3333
return InstallMethod.Binary
3434
}
3535

36-
export const updateCmd = (version: string): string => {
36+
export const updateCmd = (): string => {
3737
switch (detectInstall()) {
3838
case InstallMethod.Bun: return `bun update -g degoog-cli`
3939
case InstallMethod.Npm: return `npm update -g degoog-cli`

0 commit comments

Comments
 (0)