@senoldogann/context-manager 0.1.7 → 0.1.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/ccm.js +1 -1
- package/package.json +1 -1
package/bin/ccm.js
CHANGED
|
@@ -103,7 +103,7 @@ async function getBinary() {
|
|
|
103
103
|
process.exit(0);
|
|
104
104
|
}
|
|
105
105
|
|
|
106
|
-
const binFilename = `${commandName}-${target}`;
|
|
106
|
+
const binFilename = `${commandName}-v${VERSION}-${target}`;
|
|
107
107
|
const binPath = path.join(BIN_DIR, binFilename);
|
|
108
108
|
|
|
109
109
|
if (fs.existsSync(binPath)) {
|