Skip to content

Commit 5b5522d

Browse files
committed
railway_manager_interface: fix shebang of generate-types script
Signed-off-by: Florian Amsallem <[email protected]>
1 parent ce1298a commit 5b5522d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

railway_manager_interface/generate-types.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/env bash
1+
#!/usr/bin/env bash
22
# Generate Python types from openapi.yaml using datamodel-codegen
33

44
set -e

0 commit comments

Comments
 (0)