Commit e6afe45
authored
fix(makefile): remove invalid @ symbol from shell commands (#2168)
Removes the @ symbol from within shell commands in check-gosec and
related targets. This prevents shell errors like '/bin/sh: 2: @go: not
found' during workflow runs
(https://github.com/supabase/auth/actions/runs/17770297594/job/50602973582)1 parent c77d512 commit e6afe45
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments