diff --git a/exercises/batch_job.sh b/exercises/batch_job.sh
index da327d49bc54e3278bf25144f5951416b23d3ee1..7d6ad3b643e0f88032efb63ca409eab2068c9ca5 100644
--- a/exercises/batch_job.sh
+++ b/exercises/batch_job.sh
@@ -1,3 +1,3 @@
 #!/bin/bash
-#SBATCH mem=150
-./hpc_example -t 60 -l 2000
+#SBATCH --mem=150
+./hpc_example.py -t 60 -l 2000