Commit ef3bba5
Fix format string escaping in execute_command tool documentation
Correct percent sign escaping in git log format strings within the
tool documentation examples. The format specifiers need to be doubled
(%%h, %%s, %%n, %%b) to properly render in fmt.Sprintf output.
Co-authored-by: construct-agent <noreply@construct.sh>1 parent b9b2019 commit ef3bba5
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
0 commit comments