Skip to content

Commit 1f22611

Browse files
committed
fix: small fixes
1 parent a9826d3 commit 1f22611

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/lib/commands/do-remove.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ do_actual_removal() {
7676
printf '%s\n' " -> Unsymlinking directory"
7777
unlink "$BPM_PACKAGES_PATH/$id"
7878
else
79-
printf '%s\n' " -> Deleting Git repository"
79+
printf '%s\n' " -> Removing Git repository"
8080
rm -rf "${BPM_PACKAGES_PATH:?}/$id"
8181
if ! rmdir -p "${BPM_PACKAGES_PATH:?}/${id%/*}" &>/dev/null; then
8282
# Do not exit on "failure"

tests/do-list.bats

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ $site/username2/p2
7979
assert_line -p "Package '$site/$pkg' is not installed"
8080
}
8181

82-
@test "error if ref is specified in arguments" {
82+
@test "fail if ref is given durin list in arguments" {
8383
local site='github.com'
8484

8585
test_util.create_package 'username/p1'

0 commit comments

Comments
 (0)