fix binary name
This commit is contained in:
parent
76088fe2c7
commit
ef55a4055c
|
|
@ -13,8 +13,8 @@ CONFIG_FILE="up.conf"
|
||||||
LICENSE="MIT"
|
LICENSE="MIT"
|
||||||
|
|
||||||
# The rest if mostly automatic.
|
# The rest if mostly automatic.
|
||||||
|
BINARY="$(basename $(git rev-parse --show-toplevel))"
|
||||||
BINARY="$(basename $(pwd))"
|
[ "$BINARY" != "" ] || BINARY="$(basename $(pwd))"
|
||||||
GHREPO="${GHUSER}/${BINARY}"
|
GHREPO="${GHUSER}/${BINARY}"
|
||||||
URL="https://github.com/${GHREPO}"
|
URL="https://github.com/${GHREPO}"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue