forked from toolshed/abra
		
	fix: better local changes message
This commit is contained in:
		@ -572,7 +572,7 @@ func EnsureUpToDate(recipeName string) error {
 | 
				
			|||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	if !isClean {
 | 
						if !isClean {
 | 
				
			||||||
		return fmt.Errorf("%s has locally unstaged changes", recipeName)
 | 
							return fmt.Errorf("%s (%s) has locally unstaged changes? please commit/remove your changes before proceeding", recipeName, recipeDir)
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	repo, err := git.PlainOpen(recipeDir)
 | 
						repo, err := git.PlainOpen(recipeDir)
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user