Skip to content

Commit 3217be0

Browse files
committed
fix: tarballs properly installable @W-21915680@
1 parent 12e72a5 commit 3217be0

3 files changed

Lines changed: 1 addition & 1 deletion

File tree

-27.8 KB
Binary file not shown.
27.9 KB
Binary file not shown.

test/integration/install.integration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ describe('install/uninstall integration tests', () => {
2525

2626
const yetAnotherPlugin = '@oclif/plugin-update'
2727
const yetAnotherPluginShortName = 'update'
28-
let yetAnotherLocalPluginTarball = resolve(__dirname, '..', 'fixtures', 'oclif-plugin-update-v4.7.31.tgz')
28+
let yetAnotherLocalPluginTarball = resolve(__dirname, '..', 'fixtures', 'oclif-plugin-update-v4.7.32.tgz')
2929
// Normalize the path to ensure Windows compatibility
3030
.replaceAll('\\', '/')
3131
// If the path starts with 'C:', that needs to be removed

0 commit comments

Comments
 (0)