diff options
-rw-r--r-- | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' } |