Show correct path in error message

This commit is contained in:
Roland Geider
2022-10-05 16:56:10 +02:00
parent 23313de67a
commit 92cc1b7e58

View File

@@ -51,7 +51,7 @@ if (localMapsPropertiesFile.exists()) {
def wgerApiKey = wgerProperties.getProperty('WGER_API_KEY')
if(wgerApiKey == null){
wgerApiKey = ""
project.logger.error('Wger Api Key not configured. Set it in `app/wger.properties` or in the environment variable `WGER_API_KEY`')
project.logger.error('Wger Api Key not configured. Set it in `/fastlane/metadata/android/envfiles/wger.properties` or in the environment variable `WGER_API_KEY`')
}
android {