diff --git a/push b/push
index 6751d3d..3fd2266 100755
--- a/push
+++ b/push
@@ -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