We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd9ccf3 + 6a5e38a commit 8399271Copy full SHA for 8399271
1 file changed
linux-installer/idt-installer
@@ -300,7 +300,7 @@ function install_bx {
300
301
#------------------------------------------------------------------------------
302
function install_plugins {
303
- log "Installaing / updating required plugins..."
+ log "Installing / updating required plugins..."
304
if [[ -z "$(bx plugin repos | grep ${IDT_INSTALL_BMX_REPO_NAME})" ]]; then
305
log "Adding repo definition for: ${IDT_INSTALL_BMX_REPO_NAME} >> ${IDT_INSTALL_BMX_REPO_URL}"
306
bx plugin repo-add "${IDT_INSTALL_BMX_REPO_NAME}" "${IDT_INSTALL_BMX_REPO_URL}"
0 commit comments