lib/orats/commands/outdated/parse.rb in orats-0.6.4 vs lib/orats/commands/outdated/parse.rb in orats-0.6.5

- old
+ new

@@ -43,10 +43,10 @@ line.strip! if line.include?(' ') || line.include?("\n") role_parts = line.split('role:') # start at the actual role name - line = role_parts[1] + line = role_parts[1] if line.include?(',') line = line.split(',').first end \ No newline at end of file