We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ccc208 commit 9669917Copy full SHA for 9669917
aws-runtime/aws-config/native/src/aws/sdk/kotlin/runtime/auth/credentials/executeCommandNative.kt
@@ -48,8 +48,8 @@ internal actual suspend fun executeCommand(
48
}
49
50
val shell = when (platformProvider.osInfo().family) {
51
- OsFamily.Windows -> "cmd.exe"
52
- else -> "sh"
+ OsFamily.Windows -> "C:\\\\Windows\\\\System32\\\\cmd.exe"
+ else -> "/bin/sh"
53
54
55
val shellArg = when (platformProvider.osInfo().family) {
0 commit comments