Skip to content

Commit

Permalink
update param name
Browse files Browse the repository at this point in the history
  • Loading branch information
btovar committed Feb 5, 2025
1 parent a1601f6 commit c79d7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taskvine/src/manager/taskvine.h
Original file line number Diff line number Diff line change
Expand Up @@ -1492,7 +1492,7 @@ void vine_set_runtime_info_path(const char *path);
/** Sets the directory where a workflow-specific runtime logs are directly written into.
@param dir A directory
*/
void vine_set_runtime_info_template(const char *dir);
void vine_set_runtime_info_template(const char *template);

/** Adds a custom APPLICATION entry to the debug log.
@param m Reference to the current manager object.
Expand Down

0 comments on commit c79d7dc

Please sign in to comment.