Skip to content

Commit

Permalink
Remove extra argument
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaub committed Dec 30, 2024
1 parent fbf8432 commit 1208c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bin/gh-pages.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ describe('gh-pages', () => {
config: {dest: 'target'},
},
{
args: ['--dist', 'lib', '-a', 'target'],
args: ['--dist', 'lib', '-a'],
dist: 'lib',
config: {add: true},
},
Expand Down

0 comments on commit 1208c2e

Please sign in to comment.