Skip to content

Commit

Permalink
fix aix class
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariel Rolfo committed Jan 30, 2018
1 parent cdd1820 commit 5ec511b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/train/file/remote/qnx.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def type
mode owner group uid gid mtime size selinux_label link_path mounted stat
}.each do |field|
define_method field.to_sym do
fail NotImplementedError, "QNX does not implement the #{m}() method yet."
fail NotImplementedError, "QNX does not implement the #{field}() method yet."
end
end
end
Expand Down

0 comments on commit 5ec511b

Please sign in to comment.