Commit 6bfa8993 authored by Jason Chu's avatar Jason Chu
Browse files

fixed typo

git-svn-id: http://projects.xennet.org/archtools/devtools/trunk@213 630f3fb4-fbd1-0310-a574-b293cca3120f
parent 231e1ab3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ elif [ "$cmd" == "communitypkg" ]; then
	tag="CURRENT"
fi

if [ "$repo" != "communitypkg" ]; then
if [ "$repo" != "community" ]; then
	scp $pkgfile archlinux.org:/home/ftp/$repo/os/$CARCH
else
	if [ ! -f ~/.tupkg ]; then