Commit 62e34ffb authored by Karl Kornel's avatar Karl Kornel
Browse files

Use correct runfolder variable

parent 7698e9cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -227,7 +227,7 @@ EOF
	}

	# TODO: Create a workflow-complete.txt marker file
	my $complete_path = "$RUNDIR/workflow-complete.txt";
	my $complete_path = "$RUNFOLDER/workflow-complete.txt";
	my $complete_handle;
	open($complete_handle, '>', $complete_path) or do {
		log_msg(<<"EOF");