Skip to content

Commit c8d969d

Browse files
authored
Replace output redirection with touch command
1 parent 9651132 commit c8d969d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/tools.func

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2007,7 +2007,7 @@ check_for_gh_release() {
20072007
if [[ -z "$current" ]]; then
20082008
msg_info "${app} pinned to v${pinned_version}, no local version → install required"
20092009
CHECK_UPDATE_RELEASE="$pinned_version"
2010-
: >"$current_file"
2010+
touch "$current_file"
20112011
return 0
20122012
fi
20132013

0 commit comments

Comments
 (0)