Skip to content

Commit 701095b

Browse files
gabemonteroclaude
andcommitted
fix(boost): use [[ in remaining conditional test in load-secrets.sh
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d7caa4e commit 701095b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workspaces/boost/scripts/load-secrets.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ _discover_llama_stack_route() {
5050
| grep -i "llama" \
5151
| head -1 \
5252
| awk '{print $2}')
53-
if [ -n "$route_host" ]; then
53+
if [[ -n "$route_host" ]]; then
5454
echo "https://${route_host}"
5555
return 0
5656
fi

0 commit comments

Comments
 (0)