fix: update outdated message about TSM_DIRS

This commit is contained in:
Daylin Morgan 2024-09-16 11:19:36 -05:00
parent abcb1ee301
commit 516d5ae814
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -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