share/rbbt_commands/workflow/prov in rbbt-util-5.33.5 vs share/rbbt_commands/workflow/prov in rbbt-util-5.33.6
- old
+ new
@@ -35,10 +35,10 @@
file = ARGV.shift
$seen = []
def get_step(file)
file = File.expand_path(file)
- file = file.sub(/\.(info|files)/,'')
+ file = file.sub(/\.(info|files)$/,'')
$seen << file
Workflow.load_step file
end
def touch(step)