Fix typo in update.rb
Signed-off-by: David Höppner <0xffea@gmail.com>
This commit is contained in:
		
							parent
							
								
									bbad458c9b
								
							
						
					
					
						commit
						07f4efa878
					
				@ -1,8 +1,8 @@
 | 
			
		||||
class RefreshBrew
 | 
			
		||||
  RESPOSITORY_URL  = 'http://github.com/mxcl/homebrew.git'
 | 
			
		||||
  REPOSITORY_URL   = 'http://github.com/mxcl/homebrew.git'
 | 
			
		||||
  INIT_COMMAND     = "git init"
 | 
			
		||||
  CHECKOUT_COMMAND = 'git checkout -q master'
 | 
			
		||||
  UPDATE_COMMAND   = "git pull #{RESPOSITORY_URL} master"
 | 
			
		||||
  UPDATE_COMMAND   = "git pull #{REPOSITORY_URL} master"
 | 
			
		||||
  REVISION_COMMAND = 'git log -l -1 --pretty=format:%H 2> /dev/null'
 | 
			
		||||
  GIT_UP_TO_DATE   = 'Already up-to-date.'
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user