external test scripts: Replace the old dollar expressions with newer variants

This commit is contained in:
Kamil Śliwak
2020-12-03 22:17:44 +01:00
parent 0a29218848
commit 3590311e6f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ function download_project
printLog "Cloning $branch of $repo..."
git clone --depth 1 "$repo" -b "$branch" "$dir/ext"
cd ext
echo "Current commit hash: `git rev-parse HEAD`"
echo "Current commit hash: $(git rev-parse HEAD)"
}
function force_truffle_version