diff --git a/Tasks/AzureFunctionAppV2/operations/KuduServiceUtility.ts b/Tasks/AzureFunctionAppV2/operations/KuduServiceUtility.ts index 6a425697f1e4..0a8f30b1d83f 100644 --- a/Tasks/AzureFunctionAppV2/operations/KuduServiceUtility.ts +++ b/Tasks/AzureFunctionAppV2/operations/KuduServiceUtility.ts @@ -448,7 +448,7 @@ export class KuduServiceUtility { throw response; } catch(error) { - throw Error("Failed to gte deployment logs.\n" + this._getFormattedError(error)); + throw Error("Failed to get deployment logs.\n" + this._getFormattedError(error)); } } @@ -466,4 +466,4 @@ export class KuduServiceUtility { } } -} \ No newline at end of file +}