Skip to content

Commit

Permalink
Merge pull request #5 from Meng-Heng/c/v10-patch-2
Browse files Browse the repository at this point in the history
test: fixing the errors shows on run
  • Loading branch information
Meng-Heng authored Sep 13, 2024
2 parents f75a3e4 + 868fb1b commit 8d09f96
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions bootstrap.inc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function _bootstrap_download() {
local remote_file="$1"
local local_file="$2"

if [[ -d "$remote_file"]]; then
if [[ -d "$remote_file"]] then
_bootstrap_echo "Downloading directory: $remote_file"

for file in $(find "$remote_file" -type f); do
Expand Down Expand Up @@ -132,8 +132,6 @@ function _bootstrap_configure_common() {
_bootstrap_download "_common/$common_file" "$BOOTSTRAP_COMMON/$common_file"
done

# _bootstrap_download_directory "_common/assets/sil-logos-2024" "$BOOTSTRAP_COMMON/assets/sil-logos-2024"

_bootstrap_echo "All _common files downloaded"
}

Expand Down

0 comments on commit 8d09f96

Please sign in to comment.