fix generate_openapi_docs script shebang

Change-Id: Iaee1ce2da5e5f132e6ebb437d6dde35173b764fc
This commit is contained in:
Artem Goncharov 2025-01-31 20:52:09 +01:00
parent 7eb8b00b61
commit 1c3775d15c

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash -e
#!/usr/bin/env bash
# Generate OpenAPI specs for all supported services consuming built API-REFs in the corresponding checkouts
SERVICE=$1