Skip to content

Commit

Permalink
Corrected to upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Friedrich committed Feb 20, 2007
1 parent b5157a3 commit d8c36ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mini_exiftool.rb
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def self.command= cmd
# Returns a set of all possible writable tags of Exiftool
def self.writable_tags
if @@writable_tags.empty?
lines = `#{ProgramName} -listw`
lines = `#{@@cmd} -listw`
@@writable_tags = Set.new
lines.each do |line|
next unless line =~ /^\s/
Expand Down

0 comments on commit d8c36ef

Please sign in to comment.