You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run firebase deploy --only functions from an account without the artifactregistry.repositories.update permission and for which no cleanup policy is set up. When prompted to set up a policy and how many days, accept the default 1 day value.
[REQUIRED] Steps to reproduce
Run the command as indicated.
[REQUIRED] Expected behavior
Error has proper spacing.
[REQUIRED] Actual behavior
Error is missing a spaces between sentences and the space in 'orrun' that should be 'or run'.
Line 294 in
`Functions successfully deployed but could not set up cleanup policy in `+
and that seems to be where the spacing is missing. Template strings get concatenated but there's no space in the template string so it gets concatenated together.
The text was updated successfully, but these errors were encountered:
This issue does not have all the information required by the template. Looks like you forgot to fill out some sections. Please update the issue with more information.
[REQUIRED] Environment info
firebase-tools:
14.1.0
Platform:
Linux
[REQUIRED] Test case
Run firebase deploy --only functions from an account without the artifactregistry.repositories.update permission and for which no cleanup policy is set up. When prompted to set up a policy and how many days, accept the default 1 day value.
[REQUIRED] Steps to reproduce
Run the command as indicated.
[REQUIRED] Expected behavior
Error has proper spacing.
[REQUIRED] Actual behavior
Error is missing a spaces between sentences and the space in 'orrun' that should be 'or run'.
Line 294 in
firebase-tools/src/deploy/functions/prompts.ts
Line 294 in c5f77ed
Similar code is at line 200 in
firebase-tools/src/deploy/functions/release/index.ts
Line 200 in c5f77ed
The text was updated successfully, but these errors were encountered: