Skip to content

Commit 6d0b47d

Browse files
committed
Remove superfluous comment for curl since we use the log flag names
1 parent aa3d9a8 commit 6d0b47d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

go-demo/scripts/verify-container

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ assert_http_200() {
2323
local url="$2"
2424

2525
local code
26-
# -sS: silent but show errors; -o /dev/null: discard body; -w: print http_code
2726
code="$(curl --silent --show-error --output /dev/null --write-out '%{http_code}' "$url")"
2827

2928
if [[ "$code" != "200" ]]; then

0 commit comments

Comments
 (0)