diff --git a/src/commands/log.rs b/src/commands/log.rs index c9d012a..1b124ae 100644 --- a/src/commands/log.rs +++ b/src/commands/log.rs @@ -29,6 +29,8 @@ pub fn exec<'a>( Some(task) => Some(task), }; + utils::info_msg_compact("Task:", &task.as_ref().unwrap().name); + // Either use the last commit message, or prompt the user for a message let last_commit = get_last_commit_message(); let message = if matches.is_present("commit") {