Skip to content

Commit

Permalink
Missing '/' added
Browse files Browse the repository at this point in the history
  • Loading branch information
Sweetdevil144 committed Jan 27, 2025
1 parent 6603a7f commit 70590fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/api/test_pecanapi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
cd R; ./entrypoint.R 2>/dev/null &
PID=$!

while ! curl --output /dev/null --silent http://localhost:8000
while ! curl --output /dev/null --silent http://localhost:8000/
do
sleep 1 && echo -n .
done
Expand Down

0 comments on commit 70590fa

Please sign in to comment.