Skip to content

Commit 26e32cb

Browse files
committed
fix
1 parent 53b0545 commit 26e32cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dependency-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,14 +103,14 @@ jobs:
103103
SKIP="false"
104104
MIN_LOCKFILE_VERSION="9.0.0"
105105
LOCKFILE_VERSION=$(grep -E '^lockfileVersion:' "$LOC_TYPE" \
106-
| awk '{print $2}' \
107-
| tr -d "'\"")
106+
| awk '{print $2}' \
107+
| tr -d "'\"")
108108
# Compare versions
109109
version_ge() {
110110
[ "$(printf '%s\n' "$1" "$2" | sort -V | head -n1)" = "$2" ]
111111
}
112112
113-
echo "[DEBUG] - 0 - before condition LOC-VERSION = $LOCKFILE_VERSION"
113+
echo "[DEBUG] - 0 - before condition LOCKFILE_VERSION = $LOCKFILE_VERSION"
114114
if version_ge "$MIN_LOCKFILE_VERSION" "$LOCKFILE_VERSION"; then
115115
echo "[DEBUG] - 1 - LOCKFILE_VERSION is lower than $MIN_LOCKFILE_VERSION"
116116
echo "[DEBUG] - 1b - Analysis skipped"

0 commit comments

Comments
 (0)