humbug_git_config: Fix typo
(imported from commit 37e92f9b9ab11ee3e64c5af579bd902aa251ffd1)
This commit is contained in:
		
					parent
					
						
							
								b699d2f1b2
							
						
					
				
			
			
				commit
				
					
						43419b7bbe
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -23,7 +23,7 @@ HUMBUG_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
 | 
			
		|||
# * subject "deploy => master" (using a pretty unicode right arrow)
 | 
			
		||||
# And similarly for branch "test-post-receive" (for use when testing).
 | 
			
		||||
def commit_notice_destination(repo, branch, commit):
 | 
			
		||||
    if branch in ["master", "prod", "post-receive-test"]:
 | 
			
		||||
    if branch in ["master", "prod", "test-post-receive"]:
 | 
			
		||||
        return dict(stream  = "commits",
 | 
			
		||||
                    subject = u"deploy \u21D2 %s" % (branch,))
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue