Move info message to right location

This commit is contained in:
T. R. Bernstein
2024-06-28 14:44:00 +02:00
committed by T. R. Bernstein
parent f905383ebe
commit aa4becfaaf

View File

@@ -138,11 +138,11 @@ function main() {
pushd -q "${tmpdir}"
print -l "Working directory is: ${tmpdir}"
print 'Ensure command line tools are available.'
ensureCommandLineTools
ensureRepo 'macos-system' cloneMacOSSystemRepo || return
ensureRepo 'zshlib' cloneZSHLibRepo || return
ensureBinary 'docopts' ensureDocopts || return
print 'Ensure command line tools are available.'
print 'Will now run the installer.'
local -A colors=() errColors=()