mirror of
https://github.com/Azure/k8s-set-context.git
synced 2026-06-26 16:59:27 +08:00
minor fix
This commit is contained in:
+1
-1
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user