From 0e3beda5ca42cf4e48424d3eac95a5925f768d11 Mon Sep 17 00:00:00 2001 From: Kshitiz Khanal <103874414+Kshitiz2020@users.noreply.github.com> Date: Wed, 27 Mar 2024 12:32:31 +0200 Subject: [PATCH] Update configure.sh made a change for the practice. --- configure.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.sh b/configure.sh index 99e4beb..cb514d8 100755 --- a/configure.sh +++ b/configure.sh @@ -14,3 +14,4 @@ git config --local alias.exercises "! git push origin master:exercises 2>&1 | se git config --local push.default current echo "OK" + # this is the changes made for the practice.