diff --git a/pull b/pull
index 4d855ee..5a49fd1 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="~/repos.txt"
 
 # Check if the repos file exists
 if [ ! -f "$REPOS_FILE" ]; then