Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening committed Feb 27, 2019
1 parent 38d77d3 commit 12ddb1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compose/galaxy-init/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ RUN export PATH=/tool_deps/_conda/bin/:$PATH && \
cd $GALAXY_ROOT/client && yarn install --network-timeout 120000 --check-files && yarn run build-production-maps && \
rm -rf /home/galaxy/.cache/ && \
# change the default location of shed_tools to be ../shed_tools
sed -i 's|database|..|'$GALAXY_CONFIG_DIR/shed_tool_conf.xml
sed -i 's|database|..|' $GALAXY_CONFIG_DIR/shed_tool_conf.xml

# Switch back to User root
USER root
Expand Down

0 comments on commit 12ddb1a

Please sign in to comment.