Skip to content

Commit 6a5e38a

Browse files
authored
Typo
1 parent cd9ccf3 commit 6a5e38a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

linux-installer/idt-installer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ function install_bx {
300300

301301
#------------------------------------------------------------------------------
302302
function install_plugins {
303-
log "Installaing / updating required plugins..."
303+
log "Installing / updating required plugins..."
304304
if [[ -z "$(bx plugin repos | grep ${IDT_INSTALL_BMX_REPO_NAME})" ]]; then
305305
log "Adding repo definition for: ${IDT_INSTALL_BMX_REPO_NAME} >> ${IDT_INSTALL_BMX_REPO_URL}"
306306
bx plugin repo-add "${IDT_INSTALL_BMX_REPO_NAME}" "${IDT_INSTALL_BMX_REPO_URL}"

0 commit comments

Comments
 (0)