diff --git a/manifests/tal_cli.pp b/manifests/tal_cli.pp
index 253226855e78ea74ef344b5fa73e8d2a88dbc736..c17363ed860a69752cea388f7394a69856eb57cd 100644
--- a/manifests/tal_cli.pp
+++ b/manifests/tal_cli.pp
@@ -63,8 +63,8 @@ class aes::tal_cli (
     fi
     if [ -e /home/examadm/ENABLE_TAL_REMINDERS ]
     then
-        sudo -u examadm /home/examadm/tal-cli/scripts/tal-remind.py --to ${TO} --send
-        sudo -u examadm /home/examadm/tal-cli/scripts/tal-remind.py --to ${TO} --computer-exam --send
+        sudo -u examadm /home/examadm/tal-cli/source/scripts/tal-remind.py --to ${TO} --send
+        sudo -u examadm /home/examadm/tal-cli/source/scripts/tal-remind.py --to ${TO} --computer-exam --send
     fi
     | END
   }