Skip to content

Commit da2fdef

Browse files
authored
Update to point to master
1 parent 18218d0 commit da2fdef

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

utilities/update.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88

99
if reply[0] == 'y':
1010
subprocess.call(['git', 'pull'])
11-
subprocess.call(['git', 'checkout', 'development'], cwd='../org.geppetto.frontend.jupyter')
11+
subprocess.call(['git', 'checkout', 'master'], cwd='../org.geppetto.frontend.jupyter')
1212
subprocess.call(['git', 'pull'], cwd='../org.geppetto.frontend.jupyter')
1313
subprocess.call(['git', 'checkout', 'tags/v0.3.4.jupyterStable3'], cwd='../org.geppetto.frontend.jupyter/src/jupyter_geppetto/geppetto/')
1414
subprocess.call(['git', 'pull'], cwd='../org.geppetto.frontend.jupyter/src/jupyter_geppetto/geppetto/')
15-
subprocess.call(['git', 'checkout', 'development'], cwd='../org.geppetto.frontend.jupyter/src/jupyter_geppetto/geppetto/src/main/webapp/extensions/geppetto-neuron/')
15+
subprocess.call(['git', 'checkout', 'master'], cwd='../org.geppetto.frontend.jupyter/src/jupyter_geppetto/geppetto/src/main/webapp/extensions/geppetto-neuron/')
1616
subprocess.call(['git', 'pull'], cwd='../org.geppetto.frontend.jupyter/src/jupyter_geppetto/geppetto/src/main/webapp/extensions/geppetto-neuron/')
1717
enable_geppetto_neuron_extension()
1818
install_package(True, '../org.geppetto.frontend.jupyter')

0 commit comments

Comments
 (0)