Skip to content

Commit

Permalink
fix origin/master reference in switcher
Browse files Browse the repository at this point in the history
  • Loading branch information
vektah committed Feb 17, 2020
1 parent 199cfed commit 1a68df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ VERSIONS_ARRAY=(
)

joinVersions() {
versions=$(printf ",%s" "${VERSIONS_ARRAY[@]}")
versions=$(printf ",%s" "${VERSIONS_ARRAY[@]}" | sed 's/origin\/master/master/')
echo "${versions:1}"
}

Expand Down

0 comments on commit 1a68df3

Please sign in to comment.