Skip to content

Commit 268fc19

Browse files
committed
fix(cli/update): small logging issue
1 parent 71347b1 commit 268fc19

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

genkit-tools/cli/src/commands/update.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,6 @@ export const update = new Command('update')
400400

401401
try {
402402
let version = options.version || (await getLatestVersion());
403-
const currentVersion = version;
404403

405404
if (options.force) {
406405
logger.info(

0 commit comments

Comments
 (0)