Skip to content

Commit ad67f58

Browse files
committed
[Workspace] Fix bad variable name
1 parent 3575121 commit ad67f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Commands/Workspace.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ public class Workspace {
226226
func clean() throws {
227227
// These are the things we don't want to remove while cleaning.
228228
let protectedAssets = Set<String>([
229-
checkoutManager.path,
229+
repositoryManager.path,
230230
checkoutsPath,
231231
statePath,
232232
].map { path in

0 commit comments

Comments
 (0)