]> git.wh0rd.org - tt-rss.git/commitdiff
use git checkout instead of git co
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Mon, 21 Nov 2011 12:15:54 +0000 (16:15 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Mon, 21 Nov 2011 12:15:54 +0000 (16:15 +0400)
utils/create-release-deb.sh

index b99d69724c08c3cdc8c40e8ac5806737f1db0529..500b36133d12e8edb3daef65e732ecc2d652f6f9 100755 (executable)
@@ -7,7 +7,7 @@ fi
 
 git clone . dpkg-tmp/tt-rss
 cd dpkg-tmp/tt-rss
-git co $1
+git checkout $1
 
 debuild -i -us -uc
 debuild -i -us -uc -b -aamd64