commit 370de3452e6dcfcb4b98520886287ad263330896
parent e0295d0abd739d4612188e78e867af7ddebeeea9
Author: oscarbenedito <oscar@obenedito.org>
Date: Sat, 7 Dec 2019 18:25:16 +0100
Added shebang
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -39,7 +39,7 @@ If you want to backup repositories from which you are not a member on the curren
"description":"<Repository description - for backup information>",
"path":"<Repository path where the backup will be saved>",
"ssh_url":"<Repository url>",
- "host":"<Repository host - for backup information and stablishing saving directory>"
+ "host":"<Repository host - for backup information and establishing saving directory>"
}
]
```
diff --git a/git-backup.py b/git-backup.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python3.5
# Copyright (C) 2019 Oscar Benedito
#
# This file is part of Git Backup.