Skip to content

Commit

Permalink
Whoops, forgot to check if TAGGER_FILE exists
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug Ramsay committed Feb 10, 2009
1 parent 823f4aa commit 17c5894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/stag
Expand Up @@ -3,7 +3,7 @@
require 'rubygems'
require 'rbosa'

tagger_file = File.expand_path(ENV["TAGGER_FILE"]) || File.expand_path("~/Desktop/streamtagger.txt")
tagger_file = ENV["TAGGER_FILE"] ? File.expand_path(ENV["TAGGER_FILE"]) || File.expand_path("~/Desktop/streamtagger.txt")

itunes = OSA.app("iTunes")

Expand Down

0 comments on commit 17c5894

Please sign in to comment.