Incorrect SHA1 value with QnA fixlet debugger

Hello,
Has anybody noticed incorrect sha1 values that QnA fixlet debugger gives as output for:
Q: sha1 of “location of file”

I got incorrect sha1 values for JRE 8 up291, Google Chrome and Dell OpenManage system admin (OMSA) 9.5.
Each time I had to create the package from “software distribution wizard” or “add software” in WebUI to get it right.

Is that the actual relevance you’re using?

sha1 of "file path"

Will give you the hash of the quoted file path as a string.
You need to specify the file like this:

sha1 of file "file path"

2 Likes

Thank you, that worked. Seems like I was using the incorrect syntax
Thanks again !