Skip to content

Commit

Permalink
fix another spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
basvandijk committed Sep 27, 2024
1 parent 67177d4 commit 3bde90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazel/workspace_status.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ elif [[ -n "${HOSTUSER:-}" ]]; then
fi

# Used to pass volatile status over a side channel to not affect the cache.
# Try user-independent path firss, fall back to user-specific to for on shared machines.
# Try user-independent path first, fall back to user-specific to for on shared machines.
for s in /var/tmp/bazel-volatile-status.txt "$HOME/.bazel-volatile-status.txt"; do
if ln -fs "${WORKSPACE_ROOT}/bazel-out/volatile-status.txt" "$s"; then
echo "VERSION_FILE_PATH $s"
Expand Down

0 comments on commit 3bde90b

Please sign in to comment.