Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit edbd956

Browse filesBrowse files
authored
Recognize .tgz as tgz BUNDLE_TYPE (#98)
* fix: recognize .tgz as tgz BUNDLE_TYPE * fix: .tar.gz and .tgz match in one line
1 parent e6b67d8 commit edbd956
Copy full SHA for edbd956

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎deploy.sh

Copy file name to clipboardExpand all lines: deploy.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ case "$ZIP_FILENAME" in
187187
*.tar)
188188
BUNDLE_TYPE=tar
189189
;;
190-
*.tar.gz)
190+
*.tar.gz|*.tgz)
191191
BUNDLE_TYPE=tgz
192192
;;
193193
*)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.