Skip to content

Commit

Permalink
correcting a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chorankates committed Oct 2, 2013
1 parent 9d27af8 commit 374468b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rouster.rb
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def status
# vagrant 1.2+, $1 = status, $2 = provider
status = $1
elsif self.get_output().match(/^#{@name}\s+(.+)$/)
# vagrant 1.2-, $1 = provider
# vagrant 1.2-, $1 = status
status = $1
end

Expand Down

0 comments on commit 374468b

Please sign in to comment.