Skip to content

Commit f3bf69a

Browse files
committed
Todb says spaces
1 parent d7e7028 commit f3bf69a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/msf/util/exe_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@
7878
bin = subject.to_executable_fmt($framework, arch, platform, "\xcc", fmt, {})
7979
bin.should be_a String
8080

81-
f = IO.popen("file -","w+")
82-
f.write(bin)
81+
f = IO.popen("file -","w+")
82+
f.write(bin)
8383
f.close_write
8484
fp = f.read
8585
f.close

0 commit comments

Comments
 (0)