From c7654e21c1d0b61b43c466bc8fc7f9d77f93915d Mon Sep 17 00:00:00 2001 From: katelyn martin Date: Fri, 1 Mar 2024 12:08:10 -0500 Subject: [PATCH] =?UTF-8?q?scripts:=20=F0=9F=A4=93=20update=20`protobuf-co?= =?UTF-8?q?degen`=20shebang=20(#3921)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deployments/scripts/protobuf-codegen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/scripts/protobuf-codegen b/deployments/scripts/protobuf-codegen index 503016266f..a9d86b41d7 100755 --- a/deployments/scripts/protobuf-codegen +++ b/deployments/scripts/protobuf-codegen @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Generate code for Rust & Go from proto definitions. set -euo pipefail