mirror of https://github.com/citusdata/citus.git
Change anchor tag to what github generates
parent
cc5f874c9d
commit
df395cdbd0
|
@ -22,7 +22,7 @@ hint_on_fail() {
|
||||||
exit_code=$?
|
exit_code=$?
|
||||||
# Get filename of the currently running script
|
# Get filename of the currently running script
|
||||||
# Source: https://stackoverflow.com/a/192337/2570866
|
# Source: https://stackoverflow.com/a/192337/2570866
|
||||||
filename=$(basename "$0")
|
filename=$(basename "$0" | sed 's/\.sh$/sh/g')
|
||||||
directory=$(dirname "$0")
|
directory=$(dirname "$0")
|
||||||
if [ $exit_code != 0 ]; then
|
if [ $exit_code != 0 ]; then
|
||||||
echo "HINT: To solve this failure look here: https://github.com/citusdata/citus/blob/master/$directory/README.md#$filename"
|
echo "HINT: To solve this failure look here: https://github.com/citusdata/citus/blob/master/$directory/README.md#$filename"
|
||||||
|
|
Loading…
Reference in New Issue