diff --git a/update-gitea.pl b/update-gitea.pl index 5859bbf..3253f1e 100755 --- a/update-gitea.pl +++ b/update-gitea.pl @@ -71,6 +71,8 @@ my $latest_release_hash = decode_json($resp->content); my $tag = $latest_release_hash->{tag_name}; printf("The latest gitea version is $tag\n"); my $assetsURL = $latest_release_hash->{tag_name}; +printf ("!!! Dump of assets URL"); +printf Dumper $assetsURL; if ( $tag gt $gitea_current_version ) { printf("Proceeding with update\n");