Skip to content

Commit

Permalink
Update lock
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Dominic Della Valle <ddvpublic@gmail.com>
  • Loading branch information
djdv committed Mar 21, 2018
1 parent e77033c commit 9f2289e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@
},
{
"author": "whyrusleeping",
"hash": "QmWi28zbQG6B1xfaaWx5cYoLn3kBFU6pQ6GWQNRV5P6dNe",
"hash": "QmPwJ3cyzHdTC77zGJHsCm7n5FT4P75UgAEePDwqhJpacL",
"name": "lock",
"version": "0.0.0"
"version": "0.0.2"
},
{
"author": "whyrusleeping",
Expand Down
2 changes: 1 addition & 1 deletion repo/fsrepo/lock/lock.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (
"syscall"

"gx/ipfs/QmNiJuT8Ja3hMVpBHXv3Q6dwmperaQ6JjLtpMQgMCD7xvx/go-ipfs-util"
lock "gx/ipfs/QmPwJ3cyzHdTC77zGJHsCm7n5FT4P75UgAEePDwqhJpacL/lock"
logging "gx/ipfs/QmRb5jh8z2E8hMGN2tkvs1yHynUanqnZ3UeKwgN1i9P1F8/go-log"
lock "gx/ipfs/QmWi28zbQG6B1xfaaWx5cYoLn3kBFU6pQ6GWQNRV5P6dNe/lock"
)

// LockFile is the filename of the repo lock, relative to config dir
Expand Down

0 comments on commit 9f2289e

Please sign in to comment.