Skip to content

Commit

Permalink
Fix arguments pass to "test.sh"
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolai2038 committed Feb 12, 2024
1 parent 47fa139 commit 8e2e13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ main() {
directory_with_this_script="$(dirname "${BASH_SOURCE[0]}")"

# Generate new files
"${directory_with_this_script}/convert_all_in_dir.sh" "${directory_with_this_script}/../data/examples"
"${directory_with_this_script}/convert_all_in_dir.sh" "${directory_with_this_script}/../data/examples" "$@"
}

main "$@"

0 comments on commit 8e2e13d

Please sign in to comment.