Skip to content

Commit

Permalink
Merge branch 'master' of git@github.com:Rothamsted/ondex-knet-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-brandizi committed Jul 14, 2017
2 parents c0d907b + f9ac42d commit 6322a50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/deploy/mk_download_page.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ EOT
exit 1
fi

# Simple (and buggy) function to get the value of a tag from some XML (in the stdin)
# Simple (and buggy) function to get the value of a tag from some XML
function get_tag
{
text="$1"
Expand Down Expand Up @@ -47,8 +47,8 @@ function get_last_release
get_tag "$xml" latest
}

# Instantiates a template, replacing place holders named by the $3/$4 parameters with version-related values
# about the given artifact's URI
# Instantiates a template (sent in via stdin), replacing placeholders named by the $3/$4 parameters with version-related values
# about the given artifact's URI. Returns the result on the stdout.
#
function make_doc
{
Expand Down

0 comments on commit 6322a50

Please sign in to comment.