Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit bed72b0

Browse files
committed
Merge branch 'christophermancini-develop' into develop
#11
2 parents c4c6e0a + 8beaf90 commit bed72b0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/common.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ load_source () {
2929
"skip_ssl_verification": ( .source.skip_ssl_verification // "false" )
3030
} | to_entries[] | .key + "=" + @sh "\(.value)"
3131
' < /tmp/stdin )
32+
33+
source_endpoint=$( echo "$source_endpoint" | sed 's#/$##' )
3234
}
3335

3436
buildtpl () {

0 commit comments

Comments
 (0)