Skip to content

Commit

Permalink
Merge pull request dapr#8392 from vil02/move_shebang_to_first_line
Browse files Browse the repository at this point in the history
The shebang must be on the first line
  • Loading branch information
daixiang0 authored Jan 20, 2025
2 parents 3a0f551 + e0afe51 commit 696adff
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tools/proto/generate.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
#
# Copyright 2021 The Dapr Authors
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -9,9 +10,6 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#

#!/bin/bash

set +x

Expand Down

0 comments on commit 696adff

Please sign in to comment.