Skip to content

Commit 61d3458

Browse files
committed
fix unrelated unit test
1 parent 4d0d88b commit 61d3458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docker.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ describe('getDockerCommand', () => {
242242
'push',
243243
'master',
244244
'',
245-
['--push', `-t ${REPO}:master-dev `],
245+
[`-t ${REPO}:master-dev `],
246246
],
247247
[
248248
'dev',

0 commit comments

Comments
 (0)