summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2014-05-25 19:46:35 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2014-05-25 19:46:35 -0400
commitde12756765f573b03821b252a47e68a088090eb0 (patch)
tree50807c2d3fd0ac257f49342a2dda7d192f18af22
parent22bb572086ff1c1667d553ac8233fc053a1556f2 (diff)
Well... libregit was broken
-rwxr-xr-xsrc/gitget/libregit2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gitget/libregit b/src/gitget/libregit
index 25550e5..f3bcfd7 100755
--- a/src/gitget/libregit
+++ b/src/gitget/libregit
@@ -40,3 +40,5 @@ main() {
gitget checkout "${repo}#ref=${ref}" "${dir}"
}
+
+main "$@"