minor fix

This commit is contained in:
Atharva Mulmuley
2021-04-28 18:19:59 +05:30
parent 269939dbae
commit 455b497ed1
3 changed files with 4 additions and 4 deletions

View File

@ -53,7 +53,7 @@ export async function getArcKubeconfig(): Promise<string> {
try {
let method = core.getInput('method');
if (method != 'service-account' && method != 'SPN'){
throw Error("Supported methods for arc cluster are 'service-account' and 'spn'.");
throw Error("Supported methods for arc cluster are 'service-account' and 'SPN'.");
}
let resourceGroupName = core.getInput('resource-group');