Skip to content

Commit

Permalink
nix: Make postgrest-release work on remotes without .git suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther committed Jun 5, 2024
1 parent 4beac10 commit a2d00e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/tools/release/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ let
fi
trap "echo Remote not found. Please push manually ..." ERR
remote="$(git remote -v | grep 'PostgREST/postgrest\.git' | grep push | cut -f1)"
remote="$(git remote -v | grep 'PostgREST/postgrest' | grep push | cut -f1)"
trap "" ERR
if [[ "$current_branch" == "main" ]]; then
Expand Down

0 comments on commit a2d00e3

Please sign in to comment.