Skip to content

Commit 1244958

Browse files
authored
Correct quoting
1 parent e36c08b commit 1244958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/git/last-modification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Shows the date of the last commit that modified this file:
44

55
```
6-
git log -1 --pretty="format:%ci path/to/file"
6+
git log -1 --pretty="format:%ci" path/to/file
77
```
88

99
See `PRETTY FORMATS` in `git-log(1)` for all available formats.

0 commit comments

Comments
 (0)