Incorrect variable used

bug/bundler_fix
sinn3r 2014-01-02 00:50:32 -06:00
parent 92a0ff1096
commit e6823c39c2
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ Status : <span id="status"></span>
print_status("Opening player at: #{player_path}")
Rex::Compat.open_file(player_path)
else
print_status("Please open the player manually with a browser: #{interface_path}")
print_status("Please open the player manually with a browser: #{player_path}")
end
print_status("Streaming...")