Skip to content

Commit 66fff95

Browse files
Merge pull request ruby-git#63 from robertodecurnex/master
Updating non working usage example of Git.clone
2 parents b79de3a + 6dea92c commit 66fff95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ And here are the operations that will need to write to your git repository.
135135
{ :git_dir => '/opt/git/proj.git',
136136
:index_file => '/tmp/index'} )
137137

138-
g = Git.clone(URI, :name => 'name', :path => '/tmp/checkout')
138+
g = Git.clone(URI, NAME, :path => '/tmp/checkout')
139139
g.config('user.name', 'Scott Chacon')
140140
g.config('user.email', 'email@email.com')
141141

0 commit comments

Comments
 (0)