Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Change-Id: Icc71fea2df80f56813de02f6079e5e598277bde7
  • Loading branch information
c2py committed Jun 11, 2018
1 parent 2b5205f commit 1d4c208
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ free, Open Source software.
Documentation
=============

Browbeat documentation is available at http://browbeat.readthedocs.io/
Browbeat documentation is available at https://browbeat.readthedocs.io/

Resources
=========
Expand Down
2 changes: 1 addition & 1 deletion ansible/install/group_vars/all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ browbeat_guest_images:
convert_to_raw: false
cirros:
name: cirros
url: http://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img
url: https://download.cirros-cloud.net/0.3.5/cirros-0.3.5-x86_64-disk.img
type: qcow2
convert_to_raw: false

Expand Down
2 changes: 1 addition & 1 deletion ansible/install/roles/epel/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
yum: name=epel-release state=absent
become: true

# The fedoraproject CDN has problems somtimes, this will keep trying
# The fedoraproject CDN has problems sometimes, this will keep trying
# for up to 10 minutes before failing.
- name: Import EPEL GPG Key
shell: rpm --import {{ epel7_rpmkey }}
Expand Down
2 changes: 1 addition & 1 deletion browbeat/elastic.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def combine_metadata(self, result):
sys.exit(1)
return result

# Used to transform the cache dict into a elastic insertable iterable
# Used to transform the cache dict into an elastic insertable iterable
def cache_insertable_iterable(self):
output = deque()
for item in self.cache:
Expand Down

0 comments on commit 1d4c208

Please sign in to comment.