diff --git a/Library/LaunchAgents/com.github.erikw.restic-automatic-backup.plist b/Library/LaunchAgents/com.github.erikw.restic-automatic-backup.plist
index ca468c0..20d189e 100644
--- a/Library/LaunchAgents/com.github.erikw.restic-automatic-backup.plist
+++ b/Library/LaunchAgents/com.github.erikw.restic-automatic-backup.plist
@@ -12,7 +12,7 @@
/bin/bash
-c
- source /usr/local/etc/restic/erikw.env.sh && /usr/local/bin/restic_backup.sh >>$HOME/$LOG_OUT 2>>$HOME/$LOG_ERR
+ source /usr/local/etc/restic/default.env.sh && /usr/local/bin/restic_backup.sh >>$HOME/$LOG_OUT 2>>$HOME/$LOG_ERR
EnvironmentVariables