Update check-version.sh script
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Gitlab repository
|
# Gitlab repository
|
||||||
REPO="GNOME/libgdata"
|
REPO="Archive/libgdata"
|
||||||
|
|
||||||
# Replace slash with URL encoded representation
|
# Replace slash with URL encoded representation
|
||||||
REPO=$(echo "$REPO" | sed 's|/|%2F|g')
|
REPO=$(echo "$REPO" | sed 's|/|%2F|g')
|
||||||
|
|||||||
Reference in New Issue
Block a user