We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 986a728 commit 2a971f0Copy full SHA for 2a971f0
lib/helpers.bash
@@ -233,7 +233,11 @@ _bash-it_update-() {
233
;;
234
esac
235
else
236
- echo "Bash-it is up to date, nothing to do!"
+ if [[ ${version} == "stable" ]]; then
237
+ echo "You're on the latest stable version. If you want to check out the latest 'dev' version, please run \"bash-it update dev\""
238
+ else
239
+ echo "Bash-it is up to date, nothing to do!"
240
+ fi
241
fi
242
cd "${old_pwd}" &> /dev/null || return
243
}
0 commit comments