mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
elvis-erlang: remove explicit url passed to list-git-tags
This commit is contained in:
parent
388b7857f4
commit
320ce5c6d7
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ in rebar3Relx rec {
|
|||
|
||||
set -euo pipefail
|
||||
|
||||
latest=$(list-git-tags --url=https://github.com/${owner}/${repo}.git | sort -V | tail -1)
|
||||
latest=$(list-git-tags | sort -V | tail -1)
|
||||
if [ "$latest" != "${version}" ]; then
|
||||
nixpkgs="$(git rev-parse --show-toplevel)"
|
||||
nix_path="$nixpkgs/pkgs/development/beam-modules/elvis-erlang"
|
||||
|
|
Loading…
Reference in a new issue