Skip to content

Commit 89efd6d

Browse files
committed
Fix task name capitilization
1 parent 9dd30ba commit 89efd6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/meteor/command-handlers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ export async function push(api) {
161161

162162
const list = nodemiral.taskList('Pushing Meteor App');
163163

164-
list.copy('Pushing Meteor App Bundle to The Server', {
164+
list.copy('Pushing Meteor App Bundle to the Server', {
165165
src: bundlePath,
166166
dest: '/opt/' + config.name + '/tmp/bundle.tar.gz',
167167
progressBar: config.enableUploadProgressBar

0 commit comments

Comments
 (0)