This repository was archived by the owner on Jun 10, 2026. It is now read-only.
Commit 94d9c71
committed
gw(deploy): satisfy shellcheck on deploy-to-vmm.sh
The pre-existing script had three latent issues that weren't checked
because the file hadn't been touched. Modifying it for the PP rollout
brings it into the prek diff, so fix them now:
- SC1091: `source .env` — explicitly mark dynamic include
- SC2002: replace `cat … | tr …` with `tr … < file` redirect
- SC2086: quote $WG_ADDR in the cut pipeline1 parent dd51cac commit 94d9c71
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
34 | 35 | | |
35 | 36 | | |
36 | 37 | | |
| |||
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
95 | | - | |
| 96 | + | |
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
| |||
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
135 | | - | |
| 136 | + | |
136 | 137 | | |
137 | 138 | | |
138 | 139 | | |
| |||
0 commit comments