diff --git a/check-version.sh b/check-version.sh index 6a0ece4..f506266 100644 --- a/check-version.sh +++ b/check-version.sh @@ -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')