Fix mfrb and mfpub
This commit is contained in:
		
				
					committed by
					
						
						Scott Lahteine
					
				
			
			
				
	
			
			
			
						parent
						
							66bedc1a24
						
					
				
				
					commit
					bef9791ea3
				
			@@ -14,7 +14,7 @@ case "$#" in
 | 
			
		||||
esac
 | 
			
		||||
 | 
			
		||||
# If the branch isn't currently the PR target
 | 
			
		||||
if [[ ${INFO[4]} != ${INFO[5]} ]]; then
 | 
			
		||||
if [[ ${INFO[3]} != ${INFO[4]} ]]; then
 | 
			
		||||
  git fetch upstream
 | 
			
		||||
  git rebase upstream/${INFO[3]} && git rebase -i upstream/${INFO[3]}
 | 
			
		||||
fi
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user