From 964656702a96ffe8e8920039f808f43e7ac31ae3 Mon Sep 17 00:00:00 2001 From: khushal Date: Tue, 12 Nov 2024 12:02:00 +0530 Subject: [PATCH] (20241112) Ordered JSON. --- from_git.sh | 2 +- to_git.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/from_git.sh b/from_git.sh index a1e0714..70c21a7 100644 --- a/from_git.sh +++ b/from_git.sh @@ -3,5 +3,5 @@ # Run this on the server. # Not suitable for collaborative environments: echo "Pulling from git." -git pull https://wtt.ditscentre.in/ditscentre/api_agg_document.git +git pull https://wtt.ditscentre.in/ditscentre/api_internal.git echo "Attempt done. Exiting." \ No newline at end of file diff --git a/to_git.sh b/to_git.sh index e235c2f..03ffea7 100644 --- a/to_git.sh +++ b/to_git.sh @@ -17,5 +17,5 @@ git commit -m "$COMMENT" echo "Commit done." # Push th commit to git: -git push -u https://wtt.ditscentre.in/ditscentre/api_agg_document.git master +git push -u https://wtt.ditscentre.in/ditscentre/api_internal.git master echo "Attempt done. Exiting." \ No newline at end of file