Skip to content

Conversation

@bedroge
Copy link

@bedroge bedroge commented May 11, 2020

This PR fixes an issue in execute_programs.pm, which has a call to append_str_2_file with the parameters in the wrong order:

append_str_2_file($info_string,$configHash->{'versions_file'});

It should be:

append_str_2_file($configHash->{'versions_file'},$info_string);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant