From e9aef4da14e63db2939efc4c8e685f248f8e3794 Mon Sep 17 00:00:00 2001
From: sij <sij@sij.law>
Date: Fri, 17 Jan 2025 20:36:59 +0000
Subject: [PATCH] Update push

---
 push | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/push b/push
index f31af97..6751d3d 100755
--- a/push
+++ b/push
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 # Path to the file containing the list of repositories
-REPOS_FILE=~/myrepos.txt
+REPOS_FILE="~/repos.txt"
 
 # Check if the repos file exists
 if [ ! -f "$REPOS_FILE" ]; then