Skip to content

Commit

Permalink
sb scripts: typo 2
Browse files Browse the repository at this point in the history
  • Loading branch information
eldios committed Oct 31, 2024
1 parent 9018e1f commit 37b1293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/sb/oracle-prepare-request.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ DEBUG="${DEBUG:-false}"

STDERR_NULL=""
if [[ "${DEBUG}" == "true" ]]; then
STDERR_NULL="2>/dev/null"
STDERR_NULL=2>/dev/null
fi

if [[ "${cluster}" != "devnet" &&
Expand Down

0 comments on commit 37b1293

Please sign in to comment.