Skip to content

Commit 74ec5b8

Browse files
committed
Try with single quotes
1 parent f0db540 commit 74ec5b8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

hack/check-package-updates

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
22
set -euo pipefail
33

4-
echo 'updates=["urllib3==2.6.0", "numpy==2.3.0"]'
4+
#echo 'updates=$(python3 check-for-updates.py)'
5+
echo "updates=['urllib3==2.6.0', 'numpy==2.3.0']"

0 commit comments

Comments
 (0)