File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/cli-config-apple/src/tools Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ async function install(
111111 } catch ( error ) {
112112 loader . fail ( ) ;
113113 throw new CLIError (
114- `Something when wrong while installing CocoaPods. Please run ${ chalk . bold (
114+ `Something went wrong while installing CocoaPods. Please run ${ chalk . bold (
115115 'pod install' ,
116116 ) } manually`,
117117 error as Error ,
@@ -207,7 +207,7 @@ export default async function resolvePods(
207207 } catch ( error ) {
208208 loader . fail ( ) ;
209209 throw new CLIError (
210- `Something when wrong while installing CocoaPods. Please run ${ chalk . bold (
210+ `Something went wrong while installing CocoaPods. Please run ${ chalk . bold (
211211 'pod install' ,
212212 ) } manually`,
213213 error as Error ,
You can’t perform that action at this time.
0 commit comments