@miloya/oc-minimax-status 0.0.5 → 0.0.6
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/init.js +1 -1
- package/package.json +1 -1
package/bin/init.js
CHANGED
|
@@ -90,7 +90,7 @@ async function init() {
|
|
|
90
90
|
|
|
91
91
|
// Copy command file
|
|
92
92
|
const commandDir = getCommandDir();
|
|
93
|
-
const srcCommand = path.join(packageDir, "
|
|
93
|
+
const srcCommand = path.join(packageDir, "commands", "minimax.md");
|
|
94
94
|
const destCommand = path.join(commandDir, "minimax.md");
|
|
95
95
|
|
|
96
96
|
if (fs.existsSync(srcCommand)) {
|