Skip to content
This repository was archived by the owner on Aug 25, 2024. It is now read-only.

Commit 8814c39

Browse files
committed
scripts: bump_deps: Ignore self
Signed-off-by: John Andersen <[email protected]>
1 parent 07bc1cf commit 8814c39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/bump_deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
VERSION="$(dffml service dev setuppy kwarg version setup.py)"
55

6-
for file in $(git grep "dffml>=.*\\." | sed 's/:.*//g'); do
6+
for file in $(git grep "dffml>=.*\\." | sed 's/:.*//g' | grep -v scripts/bump_deps.sh); do
77
sed -i "s/dffml>=.*\"/dffml>=${VERSION}\"/g" "${file}";
88
done

0 commit comments

Comments
 (0)