Skip to content

Commit

Permalink
undo
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed May 3, 2024
1 parent 82311d1 commit 33e3fc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shell-command.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
set -euo pipefail
[ "${SCRIPT_DEBUG-}" = "1" ] && set -x

# URL endpoint to fetch the data from.
URL_ENDPOINT="${JOKE_URL_ENDPOINT:-https://official-joke-api.appspot.com/jokes/<<TOKEN>>/random}"

# Topic.
topic="${1-}"

# URL endpoint to fetch the data from.
URL_ENDPOINT="${JOKE_URL_ENDPOINT:-https://official-joke-api.appspot.com/jokes/<<TOKEN>>/random}"

Check warning on line 20 in shell-command.sh

View check run for this annotation

Codecov / codecov/patch

shell-command.sh#L20

Added line #L20 was not covered by tests

# Flag to bypass the prompt to proceed.
SHOULD_PROCEED="${SHOULD_PROCEED-}"

Expand Down

0 comments on commit 33e3fc6

Please sign in to comment.