Skip to content

Commit

Permalink
fix: case on formatter filename
Browse files Browse the repository at this point in the history
  • Loading branch information
mshanemc committed Sep 16, 2021
1 parent 45178c7 commit 02adf22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/force/source/beta/push.ts
Expand Up @@ -15,7 +15,7 @@ import { DeployCommand } from '@salesforce/plugin-source/lib/deployCommand';
import {
DeployResultFormatter,
DeployCommandResult,
} from '@salesforce/plugin-source/lib/formatters/DeployResultFormatter';
} from '@salesforce/plugin-source/lib/formatters/deployResultFormatter';
import { ProgressFormatter } from '@salesforce/plugin-source/lib/formatters/progressFormatter';
import { DeployProgressBarFormatter } from '@salesforce/plugin-source/lib/formatters/deployProgressBarFormatter';
import { DeployProgressStatusFormatter } from '@salesforce/plugin-source/lib/formatters/deployProgressStatusFormatter';
Expand Down

0 comments on commit 02adf22

Please sign in to comment.