Skip to content

Commit 91ec445

Browse files
author
rodriguez-facundo
committed
Minor fix to install script
1 parent eedf3fe commit 91ec445

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

utilities/GeppettoConfiguration.copyme.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"_README" : "http://docs.geppetto.org/en/latest/build.html",
3-
"contextPath": "org.geppetto.frontend/",
3+
"contextPath": "org.geppetto.frontend",
44
"useSsl": false,
55
"embedded": false,
66
"embedderURL": ["/"],

utilities/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def main(argv):
6868
subprocess.call(['npm', 'run', 'build-dev'], cwd='./org.geppetto.frontend.jupyter/js')
6969

7070
print("Enabling Geppetto NetPyNE Extension ...")
71-
geppetto_configuration = os.path.join(os.path.dirname(__file__), './utilities/GeppettoConfiguration.json.copyme')
71+
geppetto_configuration = os.path.join(os.path.dirname(__file__), './utilities/GeppettoConfiguration.copyme.json')
7272
copyfile(geppetto_configuration, './netpyne_ui/geppetto/src/main/webapp/GeppettoConfiguration.json')
7373

7474
# Installing and building

0 commit comments

Comments
 (0)