Skip to content

Commit

Permalink
[DATALAD RUNCMD] Do interactive fixing of typos
Browse files Browse the repository at this point in the history
=== Do not change lines below ===
{
 "chain": [],
 "cmd": "codespell -w -i 3 -C 2 ./command/ls.go",
 "exit": 0,
 "extra_inputs": [],
 "inputs": [],
 "outputs": [],
 "pwd": "."
}
^^^ Do not change lines above ^^^
  • Loading branch information
yarikoptic committed Feb 13, 2024
1 parent 058e25d commit a0d37c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/ls.go
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ func (l ListMessage) String() string {
return l.Object.URL.String()
}
var etag string
// date and storage fiels
// date and storage fields
var listFormat = "%19s %2s"

// align etag
Expand Down

0 comments on commit a0d37c9

Please sign in to comment.