Skip to content

Commit dc6e127

Browse files
authored
Update push.js
Thanks @sonuku for the heads up!
1 parent dce438c commit dc6e127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/push.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const getEnvironmentChoices = (key, lando, projectName) => {
2222
// The non dynamic base of the task
2323
const task = {
2424
service: 'cli',
25-
description: 'Pull db and files from Lagoon',
25+
description: 'Push db and files to Lagoon',
2626
cmd: '/helpers/lagoon-push.sh',
2727
level: 'app',
2828
stdio: ['inherit', 'pipe', 'pipe'],

0 commit comments

Comments
 (0)