Skip to content

Commit 0cc9d32

Browse files
authored
Merge pull request #29 from lhcopt/v0.2
Fix
2 parents 859e6ef + 1597e47 commit 0cc9d32

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

examples/hl_lhc_collision/reference/main.mask

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ system, "ln -fns tracking_tools/errors errors";
2222

2323

2424
! Execute user-defined customization script if present
25-
system, "bash customization.bash"
25+
system, "bash customization.bash";
2626

2727

2828
!*************************!

examples/hl_lhc_collision_nobb_b4/reference/main.mask

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ system, "ln -fns tracking_tools/errors errors";
2222

2323

2424
! Execute user-defined customization script if present
25-
system, "bash customization.bash"
25+
system, "bash customization.bash";
2626

2727

2828
!*************************!

examples/hl_lhc_injection/reference/main.mask

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ system, "ln -fns tracking_tools/errors errors";
2222

2323

2424
! Execute user-defined customization script if present
25-
system, "bash customization.bash"
25+
system, "bash customization.bash";
2626

2727

2828
!*************************!

0 commit comments

Comments
 (0)