mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Bug Fix - wrong .taskrc file in message
- When a .taskrc file is overridden (with rc:...) task still refers to the default file name in output.
This commit is contained in:
parent
7b0edfdeba
commit
af49ccf508
2 changed files with 6 additions and 2 deletions
|
@ -362,7 +362,9 @@ void Context::loadCorrectConfigFile ()
|
|||
confirm ("A configuration file could not be found in " // TODO i18n
|
||||
+ home
|
||||
+ "\n\n"
|
||||
+ "Would you like a sample .taskrc created, so task can proceed?"))
|
||||
+ "Would you like a sample "
|
||||
+ rc
|
||||
+ " created, so task can proceed?"))
|
||||
{
|
||||
config.createDefaultRC (rc, data);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue