Skip to content

Commit ea5bdd2

Browse files
Update run-goto-transcoder.sh
1 parent ec42ece commit ea5bdd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/run-goto-transcoder.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if [ ! -d "goto-transcoder" ]; then
2929
fi
3030

3131
echo "Contracts"
32-
ls $contract_folder | grep -v .symtab.out > ./goto-transcoder/_contracts.txt
32+
ls $contract_folder | grep -v .symtab.out
3333

3434
ls $contract_folder | grep "$supported_regex" | grep -v .symtab.out > ./goto-transcoder/_contracts.txt
3535

0 commit comments

Comments
 (0)