Skip to content

Commit 4d2fcb2

Browse files
authored
add missing local pattern
1 parent ca6b1a9 commit 4d2fcb2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

misc/tools.func

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -759,6 +759,7 @@ function fetch_and_deploy_gh_release() {
759759
local mode="${3:-tarball}" # tarball | binary | prebuild | singlefile
760760
local version="${4:-latest}"
761761
local target="${5:-/opt/$app}"
762+
local asset_pattern="${6:-}"
762763

763764
local app_lc=$(echo "${app,,}" | tr -d ' ')
764765
local version_file="$HOME/.${app_lc}"

0 commit comments

Comments
 (0)