Skip to content

Commit

Permalink
Fix missing linebreak in env/master
Browse files Browse the repository at this point in the history
This causes an issue in bash when we concatenate multiple env/ files (e.g.
env/master.sh and env/custom.sh) as is done in `scripts/env_vars.sh`
  • Loading branch information
inodb committed Jan 13, 2024
1 parent d986525 commit d1405dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion env/master.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export CBIOPORTAL_URL="${CBIOPORTAL_URL:-https://www.cbioportal.org}"
export GENOME_NEXUS_URL="${GENOME_NEXUS_URL:-https://www.genomenexus.org}"
export GENOME_NEXUS_URL="${GENOME_NEXUS_URL:-https://www.genomenexus.org}"

0 comments on commit d1405dd

Please sign in to comment.