Skip to content

Commit ff50cdf

Browse files
authored
Merge pull request #6 from abeverley/final
Enable backup of all organisation's private repos
2 parents 6415178 + 4b196cc commit ff50cdf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bin/github-backup

100755100644
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,9 @@ EOF
7878
# command simply echos the GITHUB_TOKEN value, which can be used in place of a
7979
# password for authentication, thus allowing access to the private repos. This
8080
# option is ignored if it doesn't exist or returns nothing.
81-
$ENV{GIT_ASKPASS}="github_backup_pass"
81+
82+
$ENV{GIT_ASKPASS}="github-backup-pass"
83+
8284
if $ENV{GITHUB_TOKEN};
8385

8486
my $gh = Github::Backup->new(

0 commit comments

Comments
 (0)