Remove a FIXME comment

This commit is contained in:
Pierre Pronchery 2020-03-09 21:51:01 +01:00
parent 5ef56b2348
commit e5a9915aa8

View File

@ -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