Skip to content
This repository has been archived by the owner on Jul 22, 2019. It is now read-only.

Commit

Permalink
Polish: metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
donvipre committed Aug 11, 2018
1 parent 5ace29d commit be7b0d1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Simple Example:
Advanced Example:
rsnapshot is not designed to run multiple instance at the same time by using one config-file.
Because of this its possible to set the `wtd_rsnapshot_config_multi` variable as following:
Because of this its possible to set the ```wtd_rsnapshot_config_multi``` variable as following:
```yaml
- hosts: servers
roles:
Expand Down
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
| While True Do Contribution Guidelines


This guideline is only a snapshot. Please have a look [here](https://github.com/while-true-do/community/docs/) to check the latest version.
This guideline is only a snapshot. Please have a look [here](https://github.com/while-true-do/community/blob/master/docs/CONTRIBUTING.md) to check the latest version.

## Welcome

Expand Down
6 changes: 3 additions & 3 deletions update-meta-files.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash
#
# Description:
# update-skeleton.sh is a very minimal script to update the skeleton with
# some additional content from while-true-do.org. It will not remove files,
# update-skeleton.sh is a very minimal script to update the skeleton with
# some additional content from while-true-do.org. It will not remove files,
# you created. Replacement must be acknowledged.

function usage {
Expand Down Expand Up @@ -90,7 +90,7 @@ function update_all {
}

while getopts 'admst' opts; do

case "${opts}" in
a) update_all ;;
d) update_docs ;;
Expand Down

0 comments on commit be7b0d1

Please sign in to comment.