Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Genki Sugawara committed Oct 8, 2014
1 parent 7f2f421 commit 23dff23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gratan/exporter.rb
Expand Up @@ -14,7 +14,7 @@ def export
@driver.each_user do |user, host|
next if user =~ @options[:ignore_user]

if options[:target_user]
if @options[:target_user]
next unless user =~ @options[:target_user]
end

Expand Down

0 comments on commit 23dff23

Please sign in to comment.