mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
Missed a comma
This commit is contained in:
parent
5acb6b0b37
commit
4725fa4c2d
@ -122,7 +122,7 @@ def on_receive_jenkins_poke():
|
||||
|
||||
create_symlink(source=os.path.join(untar_location, "vector"), linkname=arg_symlink)
|
||||
|
||||
create_symlink(source=arg_config_location linkname=os.path.join(untar_location, "vector", 'config.json'))
|
||||
create_symlink(source=arg_config_location, linkname=os.path.join(untar_location, "vector", 'config.json'))
|
||||
|
||||
return jsonify({})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user