Skip to content

Commit 3170f29

Browse files
authored
fix(publish): fix error in publis script (#410)
1 parent 73d4fa9 commit 3170f29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const figureOutFileMimetype = (filePath) => {
2121
return 'application/octet-stream';
2222
};
2323

24-
const pushOneFileToS3 = (basePath, to, cacheControllDays = 1) => {
24+
const pushOneFileToS3 = (basePath, to, cacheControll = 1) => {
2525
return new Promise(async (resolve, reject) => {
2626
file = Path.basename(basePath);
2727

0 commit comments

Comments
 (0)