Skip to content

Commit 3dc49b8

Browse files
auscyberCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 2a4dc40 commit 3dc49b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nix/shell-plugins.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ let
5151
echo "ERROR: Configured plugin '$plugin' is not supported by this op binary (\`${opPkg.name or "op"}\`)." >&2
5252
missing=1
5353
fi
54-
done < ${configuredFile}
54+
done < "${configuredFile}"
5555
5656
if [ "$missing" -ne 0 ]; then
5757
echo "" >&2

0 commit comments

Comments
 (0)