forked from toolshed/abra
@ -105,7 +105,7 @@ func (r Recipe) IsChaosCommit(version string) (bool, error) {
|
||||
isChaosCommit = true
|
||||
}
|
||||
|
||||
return true, nil
|
||||
return isChaosCommit, nil
|
||||
}
|
||||
|
||||
// EnsureVersion checks whether a specific version exists for a recipe.
|
||||
|
Reference in New Issue
Block a user