We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dd30ba commit 89efd6dCopy full SHA for 89efd6d
src/plugins/meteor/command-handlers.js
@@ -161,7 +161,7 @@ export async function push(api) {
161
162
const list = nodemiral.taskList('Pushing Meteor App');
163
164
- list.copy('Pushing Meteor App Bundle to The Server', {
+ list.copy('Pushing Meteor App Bundle to the Server', {
165
src: bundlePath,
166
dest: '/opt/' + config.name + '/tmp/bundle.tar.gz',
167
progressBar: config.enableUploadProgressBar
0 commit comments