Skip to content

Commit

Permalink
build(ci): remove superfluous argument from signBinary call in sign-w…
Browse files Browse the repository at this point in the history
…indows
  • Loading branch information
Harjot1Singh committed Nov 3, 2019
1 parent 3277dc0 commit 35b3489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/sign-windows.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ exports.default = ( { path, name, cscInfo: { file, password } = {} } ) => {
if ( !file ) return

importPfx( file, password )
signBinary( path, name, file )
signBinary( path, name )
}

0 comments on commit 35b3489

Please sign in to comment.