lib/chronicle/shell/shell_history_transformer.rb in chronicle-shell-0.2.1 vs lib/chronicle/shell/shell_history_transformer.rb in chronicle-shell-0.2.2
- old
+ new
@@ -4,10 +4,10 @@
module Shell
class ShellHistoryTransformer < Chronicle::ETL::Transformer
register_connector do |r|
r.provider = 'shell'
r.description = 'a shell command'
- r.identifier = 'shell-history'
+ r.identifier = 'history'
end
def transform
@command = @extraction.data
build_commanded