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 68ad74e commit ce747e1Copy full SHA for ce747e1
src/confcom/azext_confcom/lib/opa.py
@@ -16,7 +16,7 @@
16
from azext_confcom.lib.binaries import get_binaries_dir
17
18
_opa_pathh = os.path.abspath(os.path.join(get_binaries_dir(), "opa"))
19
-_expected_sha256 = "c6e9689c5dbb91f81a957f216dbece57e213b9c614cd77cb2927176c38077f86"
+_expected_sha256 = "fe8e191d44fec33db2a3d0ca788b9f83f866d980c5371063620c3c6822792877"
20
21
22
def opa_get():
0 commit comments