Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
masutaka committed Feb 16, 2019
1 parent cb4fec4 commit 6aefefa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ find_project_id() {

if [ "$(echo "$_PROJECTS" | jq '. | length == 0')" = true ]; then
echo "No project was found." >&2
return 1
false
fi

echo "$_PROJECTS" | jq -r ".[] | select(.html_url == \"$_PROJECT_URL\").id"
Expand Down

0 comments on commit 6aefefa

Please sign in to comment.