Skip to content

Commit

Permalink
Fix default prefix for install
Browse files Browse the repository at this point in the history
See comments in issue #1481
  • Loading branch information
mgrojo committed Oct 23, 2023
1 parent 7d5d0f3 commit baa527a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/alr/alr-commands-install.adb
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ package body Alr.Commands.Install is
Cmd.Prefix'Access,
"", "--prefix=",
"Override installation prefix (default is "
& TTY.URL ("${CRATE_ROOT}/alire/prefix)") & ")");
& TTY.URL (Alire.Install.Default_Prefix) & ")");

Define_Switch (Config,
Cmd.Info'Access,
Expand Down

0 comments on commit baa527a

Please sign in to comment.