@openparachute/vault 0.6.4-rc.12 → 0.6.4-rc.13
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/package.json +1 -1
- package/src/cli.ts +1 -1
package/package.json
CHANGED
package/src/cli.ts
CHANGED
|
@@ -1664,7 +1664,7 @@ function cmdRemove(args: string[]) {
|
|
|
1664
1664
|
configDirty = true;
|
|
1665
1665
|
console.log(
|
|
1666
1666
|
` Last vault removed — wrote auto_create: false to ${GLOBAL_CONFIG_PATH} so the` +
|
|
1667
|
-
` server won't auto-
|
|
1667
|
+
` server won't auto-create a first vault on next boot. Create one with:` +
|
|
1668
1668
|
` parachute-vault create <name>`,
|
|
1669
1669
|
);
|
|
1670
1670
|
}
|