Skip to content

Commit

Permalink
scripts: update protobuf-codegen shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
cratelyn committed Mar 1, 2024
1 parent a9694cf commit 2a07cdb
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 2a07cdb

Please sign in to comment.