correct typo, remove debug statement
This commit is contained in:
parent
c0b498158f
commit
88673923e6
|
@ -5,7 +5,7 @@ lookups:
|
|||
endpoint: "repos"
|
||||
url_field: "ssh_url"
|
||||
token_cmd: "rbw get 'Gitea Snailed' -f 'Clonedev PAT'"
|
||||
block_unsorted: jalse
|
||||
block_unsorted: false
|
||||
targets:
|
||||
- "orgs/snailed"
|
||||
- "users/luca"
|
||||
|
|
|
@ -231,8 +231,8 @@ sub curl_pipeline($handle) {
|
|||
add_callback( $handle, \&json_decode );
|
||||
add_callback( $handle, \&url_filter );
|
||||
add_callback( $handle, \&process_urls );
|
||||
add_callback($handle, \&dump);
|
||||
# add_callback( $handle, \&handle_repos );
|
||||
# add_callback($handle, \&dump);
|
||||
add_callback( $handle, \&handle_repos );
|
||||
}
|
||||
|
||||
# ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
|
||||
|
|
Loading…
Reference in New Issue