Skip to content

Commit

Permalink
fix(publisher-s3): typo makes argument not match the variable name (#194
Browse files Browse the repository at this point in the history
)
  • Loading branch information
robinjhuang authored Sep 17, 2024
1 parent 71b7a31 commit fe28804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/publishers/s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ To avoid this problem, you can use the `keyResolver` option to generate the S3 k
name: '@electron-forge/publisher-s3',
config: {
// ...
keyResolver: (fileName, platform, arch) => {
keyResolver: (filename, platform, arch) => {
return `some-prefix/${platform}/${arch}/${filename}`
}
// ...
Expand Down

0 comments on commit fe28804

Please sign in to comment.