Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Mar 17, 2024
1 parent 77979d0 commit 0ae7311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/flavors/SymlinkToolchainFlavor.v
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import os
pub struct SymlinkToolchainFlavor {}

fn (s &SymlinkToolchainFlavor) get_home_page_candidates() []string {
symlink_path_candidates := ['/usr/local/bin/v', '${os.home_dir()}/.local/bin/v')]
symlink_path_candidates := ['/usr/local/bin/v', '${os.home_dir()}/.local/bin/v']

mut result := []string{}

Expand Down

0 comments on commit 0ae7311

Please sign in to comment.