Skip to content

Commit

Permalink
Fix permissions on dev/push-etcd-manager.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hakman committed Jun 20, 2024
1 parent f49867b commit 05b8bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/push-etcd-manager.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if [[ -n "${INSTALL_BAZELISK:-}" ]]; then
echo "Downloading bazelisk from $DOWNLOAD_URL"
curl -L --output "/tmp/bazelisk" "${DOWNLOAD_URL}"
chmod +x "/tmp/bazelisk"
# Install to /usr/local/bin
# Install to /usFixr/local/bin
mv "/tmp/bazelisk" "/usr/local/bin/bazelisk"
# Use bazelisk for commands that invoke bazel
ln -sf "/usr/local/bin/bazelisk" "/usr/local/bin/bazel"
Expand Down

0 comments on commit 05b8bf9

Please sign in to comment.