Skip to content

Commit a7d2862

Browse files
authored
Fix typo
1 parent 1cffb78 commit a7d2862

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2105,7 +2105,7 @@ function getServerFiles(client, logger, timings, args) {
21052105
}
21062106
catch (e) {
21072107
logger.all(`----------------------------------------------------------------`);
2108-
logger.all(`No file exists on the server "${args["server-dir"] + args["state-name"]}" - this much be your first publish! 🎉`);
2108+
logger.all(`No file exists on the server "${args["server-dir"] + args["state-name"]}" - this must be your first publish! 🎉`);
21092109
logger.all(`The first publish will take a while... but once the initial sync is done only differences are published!`);
21102110
logger.all(`If you get this message and its NOT your first publish, something is wrong.`);
21112111
// set the server state to nothing, because we don't know what the server state is
@@ -6792,4 +6792,4 @@ module.exports = require("util");
67926792
/******/ // Load entry module and return exports
67936793
/******/ return __webpack_require__(399);
67946794
/******/ })()
6795-
;
6795+
;

0 commit comments

Comments
 (0)