Skip to content

Commit c79e270

Browse files
committed
chore: fixed wording in find-dependencies.sh
1 parent f9d6875 commit c79e270

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/vulnerability/find-dependencies.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env bash
1+
#!/bin/bash
22

33
set -o pipefail
44

@@ -81,7 +81,7 @@ for pkg in "${PACKAGES[@]}"; do
8181
out2="$(npm ls --all "$packageName" 2>&1 || true)"
8282

8383
if ! printf "%s" "$out2" | grep -q "(empty)"; then
84-
echo "⚠️ BUT $packageName is general dependency of Instana. Please investigate!"
84+
echo "⚠️ BUT $packageName is a general (sub) dependency of Instana. Please investigate!"
8585
echo -e "\n"
8686
printf "%s" "$out2"
8787
echo -e "\n"

0 commit comments

Comments
 (0)