File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -205,7 +205,7 @@ class Deployer {
205
205
206
206
private async cloudBuild ( deployTarget : DeployTargetInfo ) {
207
207
if ( deployTarget . create ) {
208
- throw new Error ( "Incorrect deployTarget state" ) ;
208
+ throw new Error ( "Incorrect deploy target state" ) ;
209
209
}
210
210
const { deployPollInterval : pollInterval = DEPLOY_POLL_INTERVAL_MS } = this . deployOptions ;
211
211
await this . apiClient . postProjectBuild ( deployTarget . project . id ) ;
@@ -238,7 +238,7 @@ class Deployer {
238
238
239
239
private async maybeLinkGitHub ( deployTarget : DeployTargetInfo ) : Promise < boolean > {
240
240
if ( deployTarget . create ) {
241
- throw new Error ( "Incorrect deployTarget state" ) ;
241
+ throw new Error ( "Incorrect deploy target state" ) ;
242
242
}
243
243
if ( ! this . effects . isTty ) return false ;
244
244
if ( deployTarget . project . build_environment_id && deployTarget . project . source ) {
You can’t perform that action at this time.
0 commit comments