From 335bef2d5617b75ab471bebea3a2999f097c9d1a Mon Sep 17 00:00:00 2001 From: Peter Cottle Date: Wed, 31 Jul 2013 07:14:09 -0700 Subject: [PATCH] fix ?demo --- src/js/app/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/app/index.js b/src/js/app/index.js index dd2580a0..7933a938 100644 --- a/src/js/app/index.js +++ b/src/js/app/index.js @@ -114,7 +114,7 @@ var initDemo = function(sandbox) { [ "git commit; git checkout -b bugFix C1; git commit; git merge master; git checkout master; git commit; git rebase bugFix;", "delay 1000; reset;", - "level rebase1 --noFinishDialog --noStartCommand --noIntroDialog;", + "level advanced1 --noFinishDialog --noStartCommand --noIntroDialog;", "delay 2000; show goal; delay 1000; hide goal;", "git checkout bugFix; git rebase master; git checkout side; git rebase bugFix;", "git checkout another; git rebase side; git rebase another master;",