From 2652b3583490f00e185c7cee3bab0b30daab0c8d Mon Sep 17 00:00:00 2001 From: Mik-TF Date: Wed, 9 Oct 2024 16:55:18 -0700 Subject: [PATCH] fixed help for windows --- flist.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flist.v b/flist.v index 524afda..4362aec 100644 --- a/flist.v +++ b/flist.v @@ -7,7 +7,7 @@ import x.json2 const token_file = os.join_path(os.home_dir(), '.config', 'tfhubtoken') const binary_location = $if windows { 'C:\\Program Files\\flist\\flist.exe' -} else { +} $else { '/usr/local/bin/flist' }