Skip to content

Commit e926833

Browse files
authored
Merge pull request #257 from opensciencegrid/fix-apel-infrastructure-name
Set InfrastructureType to grid for apel upload
2 parents 971bf4b + 226d5ba commit e926833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opensciencegrid/gracc-apel/apel_report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ def gracc_query_apel(year, month):
113113
# Fixed entries:
114114
fixed_header = "APEL-summary-job-message: v0.4"
115115
fixed_separator = "%%"
116-
fixed_infrastructure = "Gratia-OSG"
116+
fixed_infrastructure = "grid"
117117
fixed_nodecount = 1
118118
fixed_normalizationfactor = 12
119119

0 commit comments

Comments
 (0)