Commit 728230a
committed
fix: resolve linting errors in struct tag for bosh scp help
Replace unescaped backticks with single quotes in the struct tag
description to fix Go parser errors. Backticks within backtick-delimited
struct tags cause syntax errors.
Changes:
- Replace `instance-group/id` with (instance-group/id)
- Replace `bosh scp ...` with 'bosh scp ...'
Fixes linting errors identified in code review.1 parent c3e0b31 commit 728230a
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1019 | 1019 | | |
1020 | 1020 | | |
1021 | 1021 | | |
1022 | | - | |
| 1022 | + | |
1023 | 1023 | | |
1024 | 1024 | | |
1025 | 1025 | | |
| |||
0 commit comments