Skip to content

Commit

Permalink
update read function
Browse files Browse the repository at this point in the history
  • Loading branch information
awmatheson committed Feb 19, 2020
1 parent daa50bb commit b9a749e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ else
end
pr_number = pr["number"]
end
file_path = ARGV
file_path = ARGV[0]

puts Dir.entries(".")

Expand Down

0 comments on commit b9a749e

Please sign in to comment.