We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c1c0bd commit 634990fCopy full SHA for 634990f
1 file changed
install.sh
@@ -1846,7 +1846,7 @@ install_dependencies_etc()
1846
TMP="${ALLSKY_LOGS}/make_install.log"
1847
sudo make install > "${TMP}" 2>&1
1848
check_success $? "make install failed" "${TMP}" "${DEBUG}" ||
1849
- exit_with_image 1 "${STATUS_ERROR}" "make insall_failed"
+ exit_with_image 1 "${STATUS_ERROR}" "make install failed"
1850
1851
STATUS_VARIABLES+=("${FUNCNAME[0]}='true'\n")
1852
}
0 commit comments