mirror of
https://github.com/daylinmorgan/tsm.git
synced 2024-11-16 09:18:32 -06:00
fix: update outdated message about TSM_DIRS
This commit is contained in:
parent
abcb1ee301
commit
516d5ae814
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ proc findProjects*(open: bool = false): seq[Project] =
|
|||
result = sessions.toSeq().mapIt(newUnknownProject(it)) & result
|
||||
|
||||
if len(result) == 0:
|
||||
termError "nothing to select, check your [yellow]$TSM_DIRS"
|
||||
termError "nothing to select, check your [yellow]$TSM_PATHS"
|
||||
termEcho "searched these directories: "
|
||||
echo getTsmDirs().mapIt(" " & it).join("\n")
|
||||
quit QuitFailure
|
||||
|
|
Loading…
Reference in a new issue