jprorama / CRI_XCBC

Home of the XSEDE Compatible Basic Cluster
MIT License
2 stars 11 forks source link

Fix file reference in md5_value lookup #451

Open jprorama opened 1 year ago

jprorama commented 1 year ago

The lookup function appears to be failing due trying to find a literal entry of "file" rather than the file name from the vars. Adding braces to reference variable.

@rtripath89