aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index b3e56bce6..188ca0aa4 100644
--- a/build.sh
+++ b/build.sh
@@ -87,7 +87,7 @@ run_reset()
printf '%b%s%b%s%b\n' '\e[1;32m' '==> ' '\e[0m\033[1m' 'Restore compatibility...' '\e[m'
mv -T hypervideo_dl yt_dlp
mv bin/hypervideo bin/yt-dlp
- rm -v hypervideo hypervideo.1 hypervideo.bash-completion
+ rm -v hypervideo
printf '%b%s%b%s%b\n' '\e[1;32m' '==> ' '\e[0m\033[1m' 'Please execute: "git checkout ." for complete restore' '\e[m'
}