Remove a FIXME comment
This commit is contained in:
parent
5ef56b2348
commit
e5a9915aa8
|
@ -284,7 +284,6 @@ _package_guess_scm()
|
|||
echo "cvs"
|
||||
elif [ -d ".git" ]; then
|
||||
#git
|
||||
#FIXME also look in parent folders
|
||||
echo "git"
|
||||
else
|
||||
return 2
|
||||
|
|
Loading…
Reference in New Issue
Block a user