File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ symlink.bin_util_create_symlink() {
102
102
103
103
local bin_name=" ${full_bin_file##*/ } "
104
104
if [ -L " $install_dir /bin/$bin_name " ]; then
105
- log.error " Skipping '$bin_name ' since an existing symlink with the same name already exists"
105
+ bprint.warn " Skipping '$bin_name ' since an existing symlink with the same name already exists"
106
106
else
107
107
ln -sf " $full_bin_file " " $install_dir /bin/$bin_name "
108
108
chmod +x " $install_dir /bin/$bin_name "
Original file line number Diff line number Diff line change @@ -380,11 +380,11 @@ Global subcommands:
380
380
List all installed packages or just the specified ones
381
381
382
382
Examples:
383
- basalt add tj/git-extras
384
- basalt add github.com/tj/git-extras
385
- basalt add https://github.com/tj/git-extras
386
- basalt add git@github.com:tj/git-extras
387
- basalt add hyperupcall/bash-args --branch=main
388
- basalt add hyperupcall/bash-args@v0.6.1 # out of date
383
+ basalt global add tj/git-extras
384
+ basalt global add github.com/tj/git-extras
385
+ basalt global add https://github.com/tj/git-extras
386
+ basalt global add git@github.com:tj/git-extras
387
+ basalt global add hyperupcall/bash-args --branch=main
388
+ basalt global add hyperupcall/bash-args@v0.6.1 # out of date
389
389
EOF
390
390
}
You can’t perform that action at this time.
0 commit comments