Skip to content

Commit 7b66463

Browse files
committed
fix: add login to github container registry to build script
1 parent b37e822 commit 7b66463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/src/jasper/jasper_service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ func (js *jasperService) generateUsageReportPDF(userID int) ([]byte, error) {
104104
"output_file_path": outputFilePath,
105105
"json_data_length": len(jsonData),
106106
"json_file_path": jsonFilePath,
107-
}).Info("Creating temporary JSON file for Jasper Reports")
107+
}).Info("Creating temporary JSON file for JasperReports")
108108

109109
if err := os.WriteFile(jsonFilePath, jsonData, 0600); err != nil {
110110
return nil, fmt.Errorf("failed to write temporary data file: %w", err)

0 commit comments

Comments
 (0)