Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit 76c32b3

Browse files
committed
fix typo
1 parent c7de520 commit 76c32b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nancy_prepare_workload.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ if [ "${pgreplay_version:0:8}" != "pgreplay" ]; then
7373
fi
7474
7575
bc_version=$(bc -v 2>/dev/null)
76-
if [ "${pgreplay_version:0:2}" != "bc" ]; then
76+
if [ "${bc_version:0:2}" != "bc" ]; then
7777
>&2 echo "ERROR: bc is not installed."
7878
exit 1;
7979
fi

0 commit comments

Comments
 (0)