ytfzf: 1.1.1 -> 1.1.2 (#118393)

Co-authored-by: Robert Schütz <rschuetz17@gmail.com>
This commit is contained in:
WSchnee
2021-04-03 13:59:27 +02:00
committed by GitHub
co-authored by Robert Schütz
parent f50f8e302c
commit dcbcfae56e
2 changed files with 6 additions and 6 deletions
+4 -4
View File
@@ -1,13 +1,13 @@
diff --git a/ytfzf b/ytfzf
index f7871c7..179c836 100755
index 42f41c0..f75f5cb 100755
--- a/ytfzf
+++ b/ytfzf
@@ -829,23 +829,8 @@ send_notify () {
@@ -892,23 +892,8 @@ send_notify () {
}
update_ytfzf () {
- local branch="$1"
- local updatefile="/tmp/ytfzf-update"
- branch="$1"
- updatefile="/tmp/ytfzf-update"
- curl -L "https://raw.githubusercontent.com/pystardust/ytfzf/$branch/ytfzf" -o "$updatefile"
-
- if sed -n '1p' < "$updatefile" | grep -q '#!/bin/sh' ; then