commit hook fixes
authorkurund <kurund@civicrm.org>
Mon, 7 Apr 2014 22:26:11 +0000 (15:26 -0700)
committerkurund <kurund@civicrm.org>
Mon, 7 Apr 2014 22:26:11 +0000 (15:26 -0700)
tools/scripts/git/commit-msg

index 93d0df693424dd83457ff0d67eafb427398f3ffe..00a53a33c6f2d55ca61dc0d9f4387a759d4fb001 100755 (executable)
@@ -14,6 +14,6 @@ if [ -f "$PACKAGES/git-footnote/bin/git-footnote" ]; then
   FILE="$1"
   TMPFILE="$1.jira"
   cp -p "$FILE" "$TMPFILE"
-  $PACKAGES/git-footnote/bin/git-footnote CRM http://issues.civicrm.org/jira < "$TMPFILE" > "$FILE"
+  $PACKAGES/git-footnote/bin/git-footnote CRM https://issues.civicrm.org/jira < "$TMPFILE" > "$FILE"
   rm -f "$TMPFILE"
 fi