mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 10:50:28 -07:00
Docs: fix typo in gcp_storage_object.py (#507)
While version `1.2..0` might work it does not reflect the desired requirement (`1.2.0`).
This commit is contained in:
parent
d802c99959
commit
5182023c91
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ requirements:
|
||||||
- python >= 2.6
|
- python >= 2.6
|
||||||
- requests >= 2.18.4
|
- requests >= 2.18.4
|
||||||
- google-auth >= 1.3.0
|
- google-auth >= 1.3.0
|
||||||
- google-cloud-storage >= 1.2..0
|
- google-cloud-storage >= 1.2.0
|
||||||
options:
|
options:
|
||||||
action:
|
action:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Add table
Reference in a new issue