Skip to content

Commit

Permalink
scripts: 🤓 update protobuf-codegen shebang (#3921)
Browse files Browse the repository at this point in the history
  • Loading branch information
cratelyn authored Mar 1, 2024
1 parent 6dfdf2c commit c7654e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/scripts/protobuf-codegen
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Generate code for Rust & Go from proto definitions.

set -euo pipefail
Expand Down

0 comments on commit c7654e2

Please sign in to comment.