Skip to content

Commit

Permalink
Changing build_analyze gpr to use "codepeer"
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkelk committed Aug 6, 2024
1 parent 3fb4d49 commit 8865924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redo/rules/build_analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def modify_contents(gpr_contents):
for i, line in enumerate(reversed(lines)):
# Insert target line before end line
if line.strip().startswith("end "):
lines.insert(length-i-1, ' for Target use "gnatsas";')
lines.insert(length-i-1, ' for Target use "codepeer";')
break

# Join the modified lines back into a single string
Expand Down

0 comments on commit 8865924

Please sign in to comment.