File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1212
1313export 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
1818source " ${BASHMATIC_HOME} /init.sh" 1> /dev/null 2>&1
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ cc_library(
3030)
3131
3232java_binary(
33- name = "dummy_jar"
33+ name = "dummy_jar",
3434 srcs = ["Dummy.java"],
3535)
3636
You can’t perform that action at this time.
0 commit comments