diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-05-25 19:46:35 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-05-25 19:46:35 -0400 |
commit | de12756765f573b03821b252a47e68a088090eb0 (patch) | |
tree | 50807c2d3fd0ac257f49342a2dda7d192f18af22 /src | |
parent | 22bb572086ff1c1667d553ac8233fc053a1556f2 (diff) |
Well... libregit was broken
Diffstat (limited to 'src')
-rwxr-xr-x | src/gitget/libregit | 2 |
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 "$@" |