Skip to content

Commit

Permalink
Merge pull request #12 from Meng-Heng/c/v10-patch-2
Browse files Browse the repository at this point in the history
test
  • Loading branch information
Meng-Heng authored Sep 16, 2024
2 parents 001d82c + d1ec0fd commit 71c54a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.inc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function _bootstrap_download() {
_bootstrap_echo "Downloading directory: $remote_file"

for file in "${remote_file}/*"; do
echo "Your dir & file: $file";
_bootstrap_echo "Your dir & file: $file";
# local relative_path="${file#remote_file/}"
# local target_file="$local_file/$relative_path"

Expand Down

0 comments on commit 71c54a9

Please sign in to comment.