comment typo
This commit is contained in:
parent
7dcc815c29
commit
500f72ec3d
2 changed files with 3 additions and 1 deletions
|
@ -231,7 +231,7 @@ data ExportActions a = ExportActions
|
|||
-- Removes an exported file (succeeds if the contents are not present)
|
||||
, removeExport :: Key -> ExportLocation -> a Bool
|
||||
-- Removes an exported directory. Typically the directory will be
|
||||
-- empty, but it could possbly contain files or other directories,
|
||||
-- empty, but it could possibly contain files or other directories,
|
||||
-- and it's ok to delete those. If the remote does not use
|
||||
-- directories, or automatically cleans up empty directories,
|
||||
-- this can be Nothing. Should not fail if the directory was
|
||||
|
|
|
@ -20,3 +20,5 @@ The solution is certianly to
|
|||
2. avoid deleting .git when exporting
|
||||
|
||||
--[[Joey]]
|
||||
|
||||
> [[fixed|done]] --[[Joey]]
|
||||
|
|
Loading…
Reference in a new issue