diff options
Diffstat (limited to 'scripts/BuildDemos.py')
-rw-r--r-- | scripts/BuildDemos.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/BuildDemos.py b/scripts/BuildDemos.py index aafd9227f1..6f46add374 100644 --- a/scripts/BuildDemos.py +++ b/scripts/BuildDemos.py @@ -20,7 +20,7 @@ demos = { "parking" : ("https://github.com/vaadin/parking-demo.git", "7.7"), "addressbook" : ("https://github.com/vaadin/addressbook.git", "7.7"), "grid-gwt" : ("https://github.com/vaadin/grid-gwt.git", "7.7"), - "sampler" : "demos/sampler" + "sampler" : ("demos/sampler", "7.7") # "my-demo" : ("my_demo_url_or_path", "my-demo-dev-branch") } |