Skip to content

Commit 634990f

Browse files
authored
Update install.sh: fix typo
1 parent 6c1c0bd commit 634990f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1846,7 +1846,7 @@ install_dependencies_etc()
18461846
TMP="${ALLSKY_LOGS}/make_install.log"
18471847
sudo make install > "${TMP}" 2>&1
18481848
check_success $? "make install failed" "${TMP}" "${DEBUG}" ||
1849-
exit_with_image 1 "${STATUS_ERROR}" "make insall_failed"
1849+
exit_with_image 1 "${STATUS_ERROR}" "make install failed"
18501850

18511851
STATUS_VARIABLES+=("${FUNCNAME[0]}='true'\n")
18521852
}

0 commit comments

Comments
 (0)