From fbd0def457ea60c125dd11f79abd8eed92fbbb56 Mon Sep 17 00:00:00 2001 From: RudolfRendier Date: Thu, 18 Aug 2011 10:53:36 +0200 Subject: [PATCH] Fixed typo in git repository url --- tools/mkpkg/mkpkg_headphones | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/mkpkg/mkpkg_headphones b/tools/mkpkg/mkpkg_headphones index 9cea4396ff..3e54d3410c 100755 --- a/tools/mkpkg/mkpkg_headphones +++ b/tools/mkpkg/mkpkg_headphones @@ -21,7 +21,7 @@ echo "getting sources..." if [ ! -d Headphones.git ]; then - git clone git://github.com/rembo10/headphones.gitt Headphones.git + git clone git://github.com/rembo10/headphones.git Headphones.git fi cd Headphones.git