We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3522ca commit 45d4446Copy full SHA for 45d4446
kotlin/internal/lint/ktlint_fix.bzl
@@ -14,8 +14,8 @@ def _ktlint_fix_impl(ctx):
14
args.append("--relative")
15
16
# Much of the following is lifted from:
17
- # https://cs.opensource.google/bazel/bazel/+/refs/tags/4.0.0:src/main/java/com/google/devtools/build/lib/bazel/rules/java/java_stub_template.txt;l=114
18
- content = """#!/bin/bash
+ # https://github.com/bazelbuild/rules_java/blob/master/java/bazel/rules/java_stub_template.txt
+ content = """#!/usr/bin/env bash
19
# Find our runfiles tree.
20
#
21
# Call this program X. X was generated by a rule.
0 commit comments