Skip to content

Commit

Permalink
Add git: prefix to url (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberDem0n committed Apr 24, 2017
1 parent 2b963d5 commit c4ba204
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion postgres-appliance/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ GITAUTHOR=$(git show -s --format="%aN <%aE>" "$REV")

cat > scm-source.json <<__EOT__
{
"url": "$URL",
"url": "git:$URL",
"revision": "$REV",
"author": "$GITAUTHOR",
"status": "$STATUS"
Expand Down

0 comments on commit c4ba204

Please sign in to comment.