diff --git a/cmake/moose.in b/cmake/moose.in
index c1c5872d902cea13341e0781e829c72a7b016c28..b8137171cb352eb21d82c4504ddab850bea976e3 100755
--- a/cmake/moose.in
+++ b/cmake/moose.in
@@ -1,5 +1,5 @@
 #!/usr/bin/env bash
 
 (
-    cd @CMAKE_INSTALL_PREFIX@/lib/moose && python mgui.py & 
+    cd @CMAKE_INSTALL_PREFIX@/lib/moose/gui && python mgui.py & 
 )