Skip to content

Commit bbb4edc

Browse files
Minor bug fix: path to template.graphml is fixed
1 parent 0ded152 commit bbb4edc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/gen_witness.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ genWitness/genWitness $1 > witness.graphml
1414
sed -i 's/_call[0-9]*//g' witness.graphml
1515
mv witness.graphml output
1616
if [[ ! -s output/witness.graphml ]]; then
17-
cp template.graphml output/witness.graphml
17+
cp ./template.graphml output/witness.graphml
1818
fi
1919
date2=$(date +"%s")
2020
diff=$(($date2-$date1))

0 commit comments

Comments
 (0)