We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa0617d commit d00194dCopy full SHA for d00194d
share/github-backup-utils/ghe-backup-config
@@ -425,8 +425,8 @@ ghe_remote_version_required() {
425
GHE_HOSTNAME="${GHE_HOSTNAME/ OK*/}"
426
export GHE_HOSTNAME
427
428
- GHE_REMOTE_VERSION="${GHE_HOSTNAME#*\(}"
429
- GHE_REMOTE_VERSION="${GHE_HOSTNAME%%\)*}"
+ GHE_REMOTE_VERSION="${_out#*\(}"
+ GHE_REMOTE_VERSION="${GHE_REMOTE_VERSION%%\)*}"
430
export GHE_REMOTE_VERSION
431
432
ghe_parse_remote_version "$GHE_REMOTE_VERSION"
0 commit comments