1
0
Fork 0

correct typo, remove debug statement

This commit is contained in:
Luca Bilke 2024-02-27 10:17:58 +01:00
parent c0b498158f
commit 88673923e6
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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 );
}
# ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░