Skip to content

Commit

Permalink
get rid of meterpreter modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
jcran committed Feb 17, 2012
1 parent f72581f commit e8c734e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 169 deletions.
167 changes: 0 additions & 167 deletions lib/lab/modifier/meterpreter_modifier.rb

This file was deleted.

2 changes: 1 addition & 1 deletion lib/lab/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Lab
VERSION = "0.0.4"
VERSION = "0.0.5"
end
2 changes: 1 addition & 1 deletion lib/lab/vm.rb
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def open_uri(uri)
end

def to_s
return "#{@vmid}"
return "#{@hostname}"
end

def to_yaml
Expand Down

0 comments on commit e8c734e

Please sign in to comment.