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 dd75a82 commit 9c91bf0Copy full SHA for 9c91bf0
share/github-backup-utils/ghe-backup-config
@@ -16,7 +16,7 @@
16
GHE_BACKUP_ROOT="$(pwd)"
17
18
# Get the version from the version file.
19
-BACKUP_UTILS_VERSION="$(cat share/github-backup-utils/version | sed 's/^v//')"
+BACKUP_UTILS_VERSION="$(cat share/github-backup-utils/version)"
20
21
# Add the bin and share/github-backup-utils dirs to PATH
22
PATH="$GHE_BACKUP_ROOT/bin:$GHE_BACKUP_ROOT/share/github-backup-utils:$PATH"
share/github-backup-utils/version
@@ -1 +1 @@
1
-v2.0.1
+2.0.1
0 commit comments