Skip to content

Commit

Permalink
Adjust to sentence case
Browse files Browse the repository at this point in the history
  • Loading branch information
WPprodigy committed Dec 18, 2023
1 parent f89ccc5 commit 9e4eebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/vip-app-deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const debug = debugLib( '@automattic/vip:bin:vip-app-deploy' );

const DEPLOY_PREFLIGHT_PROGRESS_STEPS = [
{ id: 'upload', name: 'Uploading file' },
{ id: 'deploy', name: 'Triggering Deployment' },
{ id: 'deploy', name: 'Triggering deployment' },
];

interface PromptToContinueParams {
Expand Down

0 comments on commit 9e4eebf

Please sign in to comment.