Skip to content

Commit a526e3d

Browse files
committed
Unbreak yourself!
1 parent 3d999f1 commit a526e3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msf/core/post/file.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ def rm_f(*remote_files)
302302
# Rename a remote file
303303
#
304304
def rename_file(new_file, old_file)
305-
write_file(new_file, (read_file(old_file))
305+
write_file(new_file, (read_file(old_file)))
306306
rm_f(old_file)
307307
end
308308
alias :move_file :rename_file

0 commit comments

Comments
 (0)