Skip to content

Commit 1f61f73

Browse files
authored
Fix typo in top-level BUILD.release.bazel (bazelbuild#596)
1 parent f0c122f commit 1f61f73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD.release.bazel

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
exports_files(glob["*.tgz"])
15+
exports_files(glob(["*.tgz"]))

0 commit comments

Comments
 (0)