chore: fix input errors

Signed-off-by: Johan Haals <johan.haals@gmail.com>
This commit is contained in:
Johan Haals
2021-02-25 15:39:34 +01:00
parent 3efba84528
commit e8867ba6aa
2 changed files with 2 additions and 2 deletions
@@ -76,7 +76,7 @@ export function createPublishAzureAction(options: {
if (!integrationConfig) {
throw new InputError(
`No matching integration configuration for host ${host}, please check your Integrations config`,
`No matching integration configuration for host ${host}, please check your integrations config`,
);
}
if (!integrationConfig.config.token) {
@@ -70,7 +70,7 @@ export function createPublishGitlabAction(options: {
if (!integrationConfig) {
throw new InputError(
`No matching integration configuration for host ${host}, please check your Integrations config`,
`No matching integration configuration for host ${host}, please check your integrations config`,
);
}