Skip to content

Commit

Permalink
Fixed a defect so that the svn2git command didn't work as a gem package.
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Menard <[email protected]>
  • Loading branch information
iteman authored and Kevin Menard committed Mar 21, 2009
1 parent 2091a01 commit c7fc87d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/svn2git
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
# THE SOFTWARE.

require 'rubygems'
gem 'svn2git'

require 'svn2git'

url = ARGV.shift
Expand Down

0 comments on commit c7fc87d

Please sign in to comment.