Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions bin/initialize_repo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -322,5 +322,3 @@ do_files
do_config_files
do_gh_workflows
do_instructions


2 changes: 1 addition & 1 deletion bin/pipeline_visibility_stats
Original file line number Diff line number Diff line change
Expand Up @@ -631,4 +631,4 @@ options[:make_prs_for].uniq!

raise ArgumentError, 'GitHub org is required' unless options[:github_org]

main(options) if __FILE__ == $PROGRAM_NAME
main(options)
2 changes: 1 addition & 1 deletion bin/promise_stats
Original file line number Diff line number Diff line change
Expand Up @@ -309,4 +309,4 @@ def main
end
end

main if __FILE__ == $PROGRAM_NAME
main