Skip to content

Commit 4578b58

Browse files
committed
correction
1 parent fe87cfb commit 4578b58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/make.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ TMakeRunner = class
250250
Dependencies: array[0..0] of TDependency = (
251251
// Examples:
252252
// (Kind: TDependencyKind.OPM; Name: 'HashLib'; Ref: ''),
253-
// (Kind: TDependencyKind.GitHub; Name: 'Xor-el/HashLib4Pascal'; Ref: 'enhancement/big-endian-ci-flow'),
253+
(Kind: TDependencyKind.GitHub; Name: 'Xor-el/HashLib4Pascal'; Ref: 'enhancement/big-endian-ci-flow')
254254
);
255255

256256
// ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)