Skip to content

Commit

Permalink
Fix the workspace status issue by moving the file. (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
dlorenc authored Apr 17, 2018
1 parent c9a7ba1 commit 117eb07
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
build --workspace_status_command=./print-workspace-status.sh --cpu=k8
test --workspace_status_command=./print-workspace-status.sh --cpu=k8
run --workspace_status_command=./print-workspace-status.sh --cpu=k8
build --workspace_status_command=./hack/print-workspace-status.sh --cpu=k8
test --workspace_status_command=./hack/print-workspace-status.sh --cpu=k8
run --workspace_status_command=./hack/print-workspace-status.sh --cpu=k8
File renamed without changes.

0 comments on commit 117eb07

Please sign in to comment.