projects
/
webi-installers
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05b8f37
)
chore(lint): == to ===
author
AJ ONeal
<aj@therootcompany.com>
Wed, 24 Nov 2021 06:57:33 +0000
(06:57 +0000)
committer
AJ ONeal
<aj@therootcompany.com>
Wed, 24 Nov 2021 06:57:33 +0000
(06:57 +0000)
_webi/normalize.js
patch
|
blob
|
history
diff --git
a/_webi/normalize.js
b/_webi/normalize.js
index 1c247f7b71e890a6905466bcfe8a8c77c041ee88..c7f64cc5097ce0d4119d9d95e47e04e45a4e0e1f 100644
(file)
--- a/
_webi/normalize.js
+++ b/
_webi/normalize.js
@@
-104,7
+104,7
@@
function normalize(all) {
if ('tar' === exts[1]) {
rel.ext = exts.reverse().join('.');
tarExt = 'tar';
- } else if ('tgz' == exts[0]) {
+ } else if ('tgz' ==
=
exts[0]) {
rel.ext = 'tar.gz';
tarExt = 'tar';
} else {