Skip to content

Commit d13a4d1

Browse files
Merge branch 'master' into sridharaviash/cluster-speed-imporvements
2 parents b4b0007 + 5632cc5 commit d13a4d1

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Looking to contribute something to this project? That is great, we always apprec
99
5. Push your feature branch to GitHub.com (`git push -u origin my-feature-branch`).
1010
6. Open a [Pull Request](https://github.com/github/backup-utils/compare/) and wait for our feedback.
1111

12-
Have a look at the styleguide [styleguide](https://github.com/github/backup-utils/tree/master/STYLEGUIDE.md) to make sure your code style is consistent with the code in this repository.
12+
Have a look at the [styleguide](https://github.com/github/backup-utils/tree/master/STYLEGUIDE.md) to make sure your code style is consistent with the code in this repository.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,13 +207,13 @@ a log file and errors generating an email:
207207
208208
209209
210-
0 * * * * /opt/backup-utils/bin/ghe-backup -v 1>>/opt/backup-utils/backup.log
210+
0 * * * * /opt/backup-utils/bin/ghe-backup -v 1>>/opt/backup-utils/backup.log 2>&1
211211
212212
To schedule nightly backup snapshots instead, use:
213213
214214
215215
216-
0 0 * * * /opt/backup-utils/bin/ghe-backup -v 1>>/opt/backup-utils/backup.log
216+
0 0 * * * /opt/backup-utils/bin/ghe-backup -v 1>>/opt/backup-utils/backup.log 2>&1
217217
218218
### Backup snapshot file structure
219219

STYLEGUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,4 +230,4 @@ fi
230230

231231
### Testing
232232

233-
See [the style guide](../test/STYLEGUIDE.md)
233+
See [the style guide](https://github.com/github/backup-utils/blob/master/test/STYLEGUIDE.md)

test/STYLEGUIDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
--
22
### Writing tests
33

4-
See also the [Bash style guide](../STYLEGUIDE.md)
4+
See also the [Bash style guide](https://github.com/github/backup-utils/tree/master/STYLEGUIDE.md)
55

66
--
77
##### all tests should use `set -e` and call `setup` before making any assertions

0 commit comments

Comments
 (0)