Skip to content

Commit d81c270

Browse files
author
Jan Zaydowicz
committed
chore: remove whitespaces
1 parent 79ef2ae commit d81c270

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ if (heroku.dockerBuildArgs) {
224224
deploy({ ...heroku, dontuseforce: true });
225225
} catch (err) {
226226
console.error(`
227-
Unable to push branch because the branch is behind the deployed branch. Using --force to deploy branch.
228-
(If you want to avoid this, set dontuseforce to 1 in with: of .github/workflows/action.yml.
227+
Unable to push branch because the branch is behind the deployed branch. Using --force to deploy branch.
228+
(If you want to avoid this, set dontuseforce to 1 in with: of .github/workflows/action.yml.
229229
Specifically, the error was: ${err}
230230
`);
231231

0 commit comments

Comments
 (0)