Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

[WIP] Feature to disable file locking when DEPNOLOCK set #1206

Merged
merged 7 commits into from
Sep 29, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix comment type-os
Signed-off-by: Ayan George <[email protected]>
ayang64 committed Sep 29, 2017
commit 0dec1c3b02dc25378af01bb2acddae83258012b5
2 changes: 1 addition & 1 deletion internal/gps/source_manager.go
Original file line number Diff line number Diff line change
@@ -39,7 +39,7 @@ type locker interface {
GetOwner() (*os.Process, error)
}

// A falselocker adheres to the locker inteface and it's purpose is to quietly
// A falselocker adheres to the locker interface and its purpose is to quietly
// fail to lock when the DEPNOLOCK environment variable is set.
//
// This allows dep to run on systems where file locking doesn't work --