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' }