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(
111
111
} catch ( error ) {
112
112
loader . fail ( ) ;
113
113
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 (
115
115
'pod install' ,
116
116
) } manually`,
117
117
error as Error ,
@@ -207,7 +207,7 @@ export default async function resolvePods(
207
207
} catch ( error ) {
208
208
loader . fail ( ) ;
209
209
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 (
211
211
'pod install' ,
212
212
) } manually`,
213
213
error as Error ,
You can’t perform that action at this time.
0 commit comments