Skip to content

Commit ec7d644

Browse files
committed
fix
1 parent e415a5b commit ec7d644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AwsEncryptionSDK/runtimes/net/TestVectorsNative/TestVectorLib/MaterialProviderFactory.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public static class MaterialProviderFactory
2525
// TODO: Get this from CLI or something?
2626
private static readonly KeyVectorsConfig keyVectorsConfig = new KeyVectorsConfig
2727
{
28-
KeyManifestPath = Directory.GetCurrentDirectory() + "/../TestVectors/resources/keys.json"
28+
KeyManifestPath = Directory.GetCurrentDirectory() + "/../bin/Debug/TestVectors/resources/keys.json"
2929
};
3030
private static KeyVectors keyVectors = new(keyVectorsConfig);
3131

0 commit comments

Comments
 (0)