Skip to content

Commit ae4228e

Browse files
Remove unnecessary change
1 parent 9cddfbb commit ae4228e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/browserstack/local.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class Local
1010
def initialize(key = ENV["BROWSERSTACK_ACCESS_KEY"])
1111
@key = key
1212
@user_arguments = []
13-
@logfile = File.join(Dir.pwd, "locl.log")
13+
@logfile = File.join(Dir.pwd, "local.log")
1414
@is_windows = RbConfig::CONFIG['host_os'].match(/mswin|msys|mingw|cygwin|bccwin|wince|emc|win32/)
1515
@exec = @is_windows ? "call" : "exec";
1616
end

0 commit comments

Comments
 (0)