Skip to content

Commit

Permalink
[eas-cli] fix asset limit punctuation (#2296)
Browse files Browse the repository at this point in the history
* Temporary Commit at 3/21/2024, 12:10:10 PM

* update CHANGELOG.md
  • Loading branch information
quinlanj committed Mar 21, 2024
1 parent 08ea07b commit eec975c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -13,6 +13,7 @@ This is the log of notable changes to EAS CLI and related packages.
### 🧹 Chores

- Upgrade [`eas-build`](https://github.com/expo/eas-build) dependencies. ([#2291](https://github.com/expo/eas-cli/pull/2291) by [@expo-bot](https://github.com/expo-bot))
- Fix asset limit punctuation. ([#2296](https://github.com/expo/eas-cli/pull/2296) by [@quinlanj](https://github.com/quinlanj))

## [7.6.0](https://github.com/expo/eas-cli/releases/tag/v7.6.0) - 2024-03-18

Expand Down
2 changes: 1 addition & 1 deletion packages/eas-cli/src/commands/update/index.ts
Expand Up @@ -351,7 +351,7 @@ export default class UpdatePublish extends EasCommand {
Log.withInfo(
`${platformString} (maximum: ${assetLimitPerUpdateGroup} total per update). ${learnMore(
'https://expo.fyi/eas-update-asset-limits',
{ learnMoreMessage: 'Learn more about asset limits.' }
{ learnMoreMessage: 'Learn more about asset limits' }
)}`
);
} catch (e) {
Expand Down

0 comments on commit eec975c

Please sign in to comment.