Move info message to right location
This commit is contained in:
committed by
T. R. Bernstein
parent
f905383ebe
commit
aa4becfaaf
@@ -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=()
|
||||
|
||||
Reference in New Issue
Block a user