Skip to content

Commit

Permalink
Update finder.rb
Browse files Browse the repository at this point in the history
Fixed enter bug. Strip removes "enter" so all is well now 😃
  • Loading branch information
SkeletonSlayerz committed May 8, 2015
1 parent 1e2ca09 commit f62098f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion finder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
end
@country = "US" #This is the default country, you can replace it with whatever again. Just make sure the country you're referring to has the town specified.
$outputFilename = if ARGV.length > 1
ARGV[1].to_s
ARGV[1].to_s.strip
else
"output.json" #Replace this with the desired default input filename/path + .json or .txt ( if you want )
end
Expand Down

0 comments on commit f62098f

Please sign in to comment.