Skip to content

Commit

Permalink
fix: malformed .bazelrc import
Browse files Browse the repository at this point in the history
  • Loading branch information
aherrmann committed Nov 28, 2023
1 parent 0bd0ac1 commit 4eeee64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Settings that apply only to CI are in .github/workflows/ci.bazelrc

# Common configuration.
impot %workspace%/.bazelrc.common
import %workspace%/.bazelrc.common

# Zig build mode flag aliases. See further explanation in that file.
import %workspace%/.bazelrc.flags
Expand Down

0 comments on commit 4eeee64

Please sign in to comment.