Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zaucy committed Jul 5, 2024
1 parent 9eb54f9 commit 02f5e62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ Test-Path-Or-Exit .\ignored_folder\external\faux_repo\example.txt
git clean -fx . -e test/bazel-*

bazel run --config=test --config=ci //:copy_example_txt_file_path_external
Test-Path-Or-Exit .\\ignored_folder\external\faux_repo\example.txt
Test-Path-Or-Exit .\ignored_folder\external\faux_repo\example.txt

0 comments on commit 02f5e62

Please sign in to comment.