Skip to content

Commit

Permalink
Update gluster_help.py
Browse files Browse the repository at this point in the history
  • Loading branch information
r0h4n authored Feb 28, 2017
1 parent d430411 commit 1ded3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tendrl/node_agent/flows/import_cluster/gluster_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
def import_gluster(integration_id, request_id, flow_id):
attributes = {}
if tendrl_ns.config.data['package_source_type'] == 'pip':
name = "git+https://github.com/Tendrl/gluster-integration.git@v1.2"
name = "git+https://github.com/Tendrl/gluster-integration.git@v1.2.1"
attributes["name"] = name
attributes["editable"] = "false"
ansible_module_path = "core/packaging/language/pip.py"
Expand Down

0 comments on commit 1ded3b4

Please sign in to comment.