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 1f46f12
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions shell-command.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,13 @@
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}"

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

Expand Down

0 comments on commit 1f46f12

Please sign in to comment.