Skip to content

Commit 1ded3b4

Browse files
authored
Update gluster_help.py
1 parent d430411 commit 1ded3b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tendrl/node_agent/flows/import_cluster/gluster_help.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
def import_gluster(integration_id, request_id, flow_id):
1010
attributes = {}
1111
if tendrl_ns.config.data['package_source_type'] == 'pip':
12-
name = "git+https://github.com/Tendrl/gluster-integration.git@v1.2"
12+
name = "git+https://github.com/Tendrl/gluster-integration.git@v1.2.1"
1313
attributes["name"] = name
1414
attributes["editable"] = "false"
1515
ansible_module_path = "core/packaging/language/pip.py"

0 commit comments

Comments
 (0)