Skip to content

Commit 5973254

Browse files
Fix typo from PR #13 (#14)
* Fix typo in no-ruby BUILD file * Fix broken bashmatic url
1 parent fe92d2f commit 5973254

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bin/deps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
export BASHMATIC_OS="$(uname -s | tr '[:upper:]' '[:lower:]')"
1414
[[ -z ${BASHMATIC_HOME} ]] && export BASHMATIC_HOME="${HOME}/.bashmatic"
15-
[[ -d ${BASHMATIC_HOME} ]] || bash -c "$(curl -fsSL https://bashmatic.re1.re); bashmatic-install -v -f -b v2.7.2"
15+
[[ -d ${BASHMATIC_HOME} ]] || bash -c "$(curl -fsSL https://raw.githubusercontent.com/kigster/bashmatic/master/bin/bashmatic-install); bashmatic-install -v -f -b v2.7.2"
1616

1717
# shellcheck disable=SC1090
1818
source "${BASHMATIC_HOME}/init.sh" 1>/dev/null 2>&1

ruby/private/toolchains/ruby_runtime.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ cc_library(
3030
)
3131
3232
java_binary(
33-
name = "dummy_jar"
33+
name = "dummy_jar",
3434
srcs = ["Dummy.java"],
3535
)
3636

0 commit comments

Comments
 (0)