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 7c480e0 commit 8090c0aCopy full SHA for 8090c0a
scripts/test_scripts/config_check.sh
@@ -67,4 +67,4 @@ do
67
echo "Role: Standby - $ip -> $result (incorrect)"
68
fi
69
70
-done
+done
scripts/versioning/version.sh
@@ -2,4 +2,4 @@ ORIGIN=${ORIGIN:-origin}
2
3
version=$(git fetch --tags "${ORIGIN}" &>/dev/null | git -c "versionsort.prereleasesuffix=-pre" tag -l --sort=version:refname | tail -n1 | cut -c 2-)
4
5
-echo "$version"
+echo "$version"
0 commit comments