Update check-version.sh script

This commit is contained in:
2026-02-27 13:01:56 +02:00
parent d5fce546c0
commit ad762f5e80
+1 -1
View File
@@ -1,7 +1,7 @@
#!/bin/bash
# Gitlab repository
REPO="GNOME/libgdata"
REPO="Archive/libgdata"
# Replace slash with URL encoded representation
REPO=$(echo "$REPO" | sed 's|/|%2F|g')