diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/commit2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commit2.c b/src/commit2.c index dffdb02..b56fceb 100644 --- a/src/commit2.c +++ b/src/commit2.c @@ -184,7 +184,7 @@ main(int argc, char** argv) //on each priority node now execute actions if ((success = process_priority_node(trans_child_node)) == TRUE) { //this below copies the node directory from the local to active location - success = complete(trans_child_node, test_mode); + complete(trans_child_node, test_mode); } if (success == FALSE) { |