Commit 37a0287
committed
fix: resolve undefined variable KUBESTRONAUT_RECEIVERS in AckKubestronautsReceived.py
The script stored the environment variable value in 'pwd' but referenced 'KUBESTRONAUT_RECEIVERS' which was undefined, causing a NameError at runtime.
Renamed variable from 'pwd' to 'KUBESTRONAUT_RECEIVERS' to match usage.
Signed-off-by: LALANI DEVARSHI <thelogical369@gmail.com>1 parent 6ff6106 commit 37a0287
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments