Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Abegglen committed Aug 8, 2019
1 parent 76f4e39 commit 1274390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labs/51_backup.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ We will set up a cronjob in a project called "project-backup" which hourly write
Let's gather the backup-script:
```
[ec2-user@master0 ~]$ sudo yum install git python-openshift -y
[ec2-user@master0 ~]$ git clone https://github.com/mabegglen/openshift-project-backup"
[ec2-user@master0 ~]$ git clone https://github.com/mabegglen/openshift-project-backup
```
Now we create the cronjob on the first master:
```
Expand Down

0 comments on commit 1274390

Please sign in to comment.