summarylogtreecommitdiffstats
path: root/boot.install
diff options
context:
space:
mode:
authorFrancisco Giordano2017-03-19 14:11:06 -0300
committerFrancisco Giordano2017-03-19 14:14:22 -0300
commitfbe9ee12a6c0e331eac7f68e1c9a070774b20c36 (patch)
treea0f3a0bea72505b6bb1ad9da42aac309f0697ff8 /boot.install
parent95202b1a12afbb7d509130db11daea9a26b29b29 (diff)
downloadaur-fbe9ee12a6c0e331eac7f68e1c9a070774b20c36.tar.gz
Make version number correspond to boot executable
This package only installs the boot executable found in https://github.com/boot-clj/boot-bin. The installation and updating of the boot framework itself is handled internally by this program. Because of this, the package version number corresponds to the executable.
Diffstat (limited to 'boot.install')
-rw-r--r--boot.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot.install b/boot.install
index d40952f7e28b..20cece443d62 100644
--- a/boot.install
+++ b/boot.install
@@ -4,9 +4,9 @@ blue="${bold}$(tput setaf 4)"
yellow="${bold}$(tput setaf 3)"
note() {
- printf "${blue}==>${yellow} NOTE:${bold} $1${all_off}\n"
+ printf "${blue}==>${yellow} NOTE:${bold} $1${all_off}\n"
}
post_upgrade() {
- note "Run 'boot -u' to update boot.jar"
+ note "Run 'boot -u' to update boot.jar"
}