Skip to content

Commit 4879a09

Browse files
committed
fix: remove dup function from install
Signed-off-by: Artur Troian <troian@users.noreply.github.com>
1 parent b66bf49 commit 4879a09

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

install.sh

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -354,11 +354,6 @@ FORMAT=zip
354354
OS=${OS:=$(uname_os)}
355355
ARCH=${ARCH:=$(uname_arch)}
356356
PREFIX="$OWNER/$REPO"
357-
358-
# use in logging routines
359-
log_prefix() {
360-
echo "$PREFIX"
361-
}
362357
PLATFORM="${OS}/${ARCH}"
363358
GITHUB_DOWNLOAD=https://github.com/${OWNER}/${REPO}/releases/download
364359

0 commit comments

Comments
 (0)