Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RoriCremer committed Jul 14, 2021
1 parent 4656c46 commit 069eedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/variantstore/wdl/GvsSitesOnlyVCF.wdl
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ task BigQueryLoadJson {
BQ_SHOW_RC=$?
set -e

if [ $BQ_SHOW_RC -ne 0 ];
if [ $BQ_SHOW_RC -ne 0 ]; then
echo "Creating a pre-vat table ~{dataset_name}.~{variant_transcript_table}"
bq --location=US mk --project_id=~{project_id} ~{dataset_name}.~{variant_transcript_table} ~{vt_schema}
fi
Expand Down

0 comments on commit 069eedd

Please sign in to comment.