logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: 253d96f2e2a7289755645a1cb17a1be4f36e1222
parent bbc3e2753a465cf96d19913d160c148464542319
Author: Philipp Hagemeister <phihag@phihag.de>
Date:   Sat, 12 Jan 2013 22:25:54 +0100

Force build removal

Diffstat:

Mdevscripts/release.sh2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devscripts/release.sh b/devscripts/release.sh @@ -81,6 +81,6 @@ ROOT=$(pwd) git push "$ROOT" gh-pages git push "$ORIGIN_URL" gh-pages ) -rm -r build +rm -rf build echo "\n### DONE!"