diff --git a/config/options b/config/options index fee659cedc..fb1ea13f01 100644 --- a/config/options +++ b/config/options @@ -1,7 +1,7 @@ # determines PROJECT, if not forced by user -# default is generic +# default is Generic if [ -z "$PROJECT" ]; then - PROJECT="generic" + PROJECT="Generic" else PROJECT="$PROJECT" fi