Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion nqc/nqc-launcher.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

#!/usr/bin/env bash

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚪ LOW RISK

Nitpick: This file contains a warning that it should not be edited directly as it is generated by launch-scaffolder. While moving the shebang to line 1 is necessary for the script's execution, this manual change will likely be overwritten during the next realignment.

Try running the following prompt in your IDE agent:

Investigate the launch-scaffolder template or the nqc.launcher.a2ml configuration to ensure the shebang is correctly placed on line 1 during code generation, rather than applying a manual fix to the output file.

# SPDX-License-Identifier: MPL-2.0
# Copyright (c) 2026 Jonathan D.A. Jewell (hyperpolymath) <j.d.a.jewell@open.ac.uk>
Expand Down
Loading