Skip to content

Commit

Permalink
Merge pull request #1347 from FloatXD/up-e2e-13
Browse files Browse the repository at this point in the history
[Test]Use ls -l instead of ll
  • Loading branch information
ErikJiang authored Aug 30, 2024
2 parents c1575f4 + a848226 commit 23a33b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/resouce_util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function resource::download_resource_files(){
echo "checksum success!"
break
else
ll "${download_root_path}/${new_tag}/${file_name}"
ls -l "${download_root_path}/${new_tag}/${file_name}"
rm -rf "${download_root_path}/${new_tag}/${file_name}"
echo "checksum failed"
fi
Expand Down

0 comments on commit 23a33b1

Please sign in to comment.