Skip to content

Commit

Permalink
Update src/lib/validations/custom-deploy.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Volodymyr Kolesnykov <[email protected]>
  • Loading branch information
rebeccahum and sjinks authored Jun 19, 2024
1 parent 6df1805 commit 889fd3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/validations/custom-deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function validateZipSymlink( entry: AdmZip.IZipEntry ) {

// Unix
if ( madeBy === 3 && ( ( entry.attr >>> 16 ) & constants.S_IFLNK ) === constants.S_IFLNK ) {
/* eslint-enable no-bitwise, eqeqeq */
/* eslint-enable no-bitwise */
exit.withError( errorMsg );
}
}
Expand Down

0 comments on commit 889fd3d

Please sign in to comment.