Skip to content

Commit

Permalink
fix(app-shell): fix clearing robot update cache after robot cache upd…
Browse files Browse the repository at this point in the history
…ate (#16706)

Closes EXEC-806
  • Loading branch information
mjhuff authored Nov 6, 2024
1 parent 4ecb49c commit 0ad9ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-shell/src/robot-update/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ export function checkForRobotUpdate(
})
})
.then(() =>
cleanupReleaseFiles(cacheDirForMachineFiles(target), CURRENT_VERSION)
cleanupReleaseFiles(cacheDirForMachine(target), CURRENT_VERSION)
)
}

Expand Down

0 comments on commit 0ad9ef8

Please sign in to comment.