Skip to content

Commit 92cc1b7

Browse files
committed
Show correct path in error message
1 parent 23313de commit 92cc1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ if (localMapsPropertiesFile.exists()) {
5151
def wgerApiKey = wgerProperties.getProperty('WGER_API_KEY')
5252
if(wgerApiKey == null){
5353
wgerApiKey = ""
54-
project.logger.error('Wger Api Key not configured. Set it in `app/wger.properties` or in the environment variable `WGER_API_KEY`')
54+
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`')
5555
}
5656

5757
android {

0 commit comments

Comments
 (0)