Skip to content

Commit 73082e1

Browse files
authored
Merge pull request #584 from github/backport-mysql-fix
Backport mysql fix to patch release
2 parents 4a07a44 + aa401ac commit 73082e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/github-backup-utils/ghe-restore-mysql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ else
7979
exit 2
8080
else
8181
# legacy mode
82-
IMPORT_MYSQL="unpigz | ghe-import-mysql-mysqldump"
82+
IMPORT_MYSQL="unpigz | ghe-import-mysql"
8383
GHE_RESTORE_HOST=$GHE_HOSTNAME
8484
fi
8585
fi

0 commit comments

Comments
 (0)