Skip to content

Commit bdc1358

Browse files
authored
Fix error message
1 parent 9801ec5 commit bdc1358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/fastlane/plugin/firebase_app_distribution/helper/firebase_app_distribution_error_message.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module ErrorMessage
1111
GET_RELEASE_TIMEOUT = "App Distribution failed to fetch release information."
1212
REFRESH_TOKEN_ERROR = "App Distribution could not generate credentials from the refresh token specified."
1313
APP_NOT_ONBOARDED_ERROR = "App Distribution not onboarded."
14-
INVALID_APP_ID = "App Distribution could not find your app. Make sure to onboard your app by pressing the \"Get started\" button on the App Distribution page in the Firebase console: https://console.firebase.google.com/project/_/appdistribution. App ID"
14+
INVALID_APP_ID = "App Distribution could not find your app. Make sure to onboard your app by pressing the \"Get started\" button on the App Distribution page in the Firebase console: https://console.firebase.google.com/project/_/appdistribution."
1515
INVALID_PROJECT = "App Distribution could not find your Firebase project. Make sure to onboard an app in your project by pressing the \"Get started\" button on the App Distribution page in the Firebase console: https://console.firebase.google.com/project/_/appdistribution."
1616
INVALID_PATH = "Could not read content from"
1717
INVALID_TESTERS = "Could not enable access for testers. Check that the tester emails are formatted correctly, the groups exist and you are using group aliases (not group names) for specifying groups."

0 commit comments

Comments
 (0)