diff --git a/examples/IsolatedGalaxy_starformation/isolated_galaxy.yml b/examples/IsolatedGalaxy_starformation/isolated_galaxy.yml
index fb2e582b756b7e74dac513957e5f2dd4f5ac4130..c3e64312cf8dd3d68f35558c399966295f6cc49d 100644
--- a/examples/IsolatedGalaxy_starformation/isolated_galaxy.yml
+++ b/examples/IsolatedGalaxy_starformation/isolated_galaxy.yml
@@ -50,7 +50,7 @@ SPH:
   H_ionization_temperature: 1e4   # (Optional) Temperature of the transition from neutral to ionized Hydrogen for primoridal gas.
 
 EAGLECooling:
-  dir_name:                ../../coolingtables/  # Location of the Wiersma+08 cooling tables
+  dir_name:                ../coolingtables/  # Location of the Wiersma+08 cooling tables
   H_reion_z:               11.5              # Redshift of Hydrogen re-ionization
   He_reion_z_centre:       3.5               # Redshift of the centre of the Helium re-ionization Gaussian
   He_reion_z_sigma:        0.5               # Spread in redshift of the  Helium re-ionization Gaussian
diff --git a/examples/IsolatedGalaxy_starformation/run.sh b/examples/IsolatedGalaxy_starformation/run.sh
index 3f9c3c6331034eb630503973106f47b3caa93d46..7d4e1c72f5cfdc4fc0d6ea44f7c28a551355fee3 100755
--- a/examples/IsolatedGalaxy_starformation/run.sh
+++ b/examples/IsolatedGalaxy_starformation/run.sh
@@ -6,6 +6,6 @@ then
     ./getIC.sh
 fi
 
-../../swift --threads=32 --external-gravity --self-gravity --stars --star-formation --cooling --temperature --hydro isolated_galaxy.yml 2>&1 | tee output.log
+../swift --threads=32 --external-gravity --self-gravity --stars --star-formation --cooling --temperature --hydro isolated_galaxy.yml 2>&1 | tee output.log
 
-python3 ks_plotter.py
+python3 plotSolution.py