Inline URLs

This commit is contained in:
Oliver Davies 2019-04-09 02:34:35 +01:00
parent 19b4b7a9fc
commit 176e6934d8

View file

@ -158,7 +158,7 @@ export default {
},
gitUrl: function () {
return this.application.machineName + '@svn-1234.prod.hosting.acquia.com:' + this.application.machineName + '.git'
return `${this.application.machineName}@svn-1234.prod.hosting.acquia.com:${this.application.machineName}.git`
},
isProduction: function () {
@ -166,7 +166,7 @@ export default {
},
sshUrl: function () {
return this.application.machineName + '.' + this.environmentName + '@staging-1234.prod.hosting.acquia.com'
return `${this.application.machineName}.${this.environmentName}@staging-1234.prod.hosting.acquia.com`
},
phpVersion: function () {