Whitespace.

pull/890/head
Dan Schaper 8 years ago
parent 8b9f0487c0
commit b636c1e1f8

@ -55,17 +55,17 @@ update_repo() {
} }
getGitFiles() { getGitFiles() {
# Setup git repos for directory and repository passed # Setup git repos for directory and repository passed
# as arguments 1 and 2 # as arguments 1 and 2
local directory="${1}" local directory="${1}"
local remoteRepo="{$2}" local remoteRepo="{$2}"
echo ":::" echo ":::"
echo "::: Checking for existing repository..." echo "::: Checking for existing repository..."
if is_repo "${directory}"; then if is_repo "${directory}"; then
update_repo "${directory}" update_repo "${directory}"
else else
make_repo "${directory}" "${remoteRepo}" make_repo "${directory}" "${remoteRepo}"
fi fi
} }
main() { main() {

Loading…
Cancel
Save