From e6eea9e90b52549a90993755388763c6ef51ff14 Mon Sep 17 00:00:00 2001
From: sij <sij@sij.law>
Date: Fri, 17 Jan 2025 20:40:57 +0000
Subject: [PATCH] Update pull

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

diff --git a/pull b/pull
index 5a49fd1..20303b1 100755
--- a/pull
+++ b/pull
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 # Path to the file containing the list of repositories
-REPOS_FILE="~/repos.txt"
+REPOS_FILE="$HOME/repos.txt"
 
 # Check if the repos file exists
 if [ ! -f "$REPOS_FILE" ]; then