Skip to content

Commit 1a1a2b6

Browse files
committed
Add format parameter to cert API return
1 parent 2b1f6fd commit 1a1a2b6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/Brass/Schema/Result/Cert.pm

+2
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ sub as_hash_single
9191
filename_ca => $location->filename_ca,
9292
file_user => $location->file_user,
9393
file_group => $location->file_group,
94+
format => $location->format,
9495
}
9596
}
9697

@@ -131,6 +132,7 @@ sub as_hash_multiple
131132
filename_ca => $location->filename_ca,
132133
file_user => $location->file_user,
133134
file_group => $location->file_group,
135+
format => $location->format,
134136
};
135137
}
136138
}

0 commit comments

Comments
 (0)