Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
fa006350
Commit
fa006350
authored
Mar 24, 2016
by
Stephen Whitmore
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Makes repo existance check more sensitive.
License: MIT Signed-off-by:
Stephen Whitmore
<
noffle@ipfs.io
>
parent
8acd87d7
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
9 deletions
+1
-9
repo/fsrepo/fsrepo.go
repo/fsrepo/fsrepo.go
+1
-9
No files found.
repo/fsrepo/fsrepo.go
View file @
fa006350
...
...
@@ -580,13 +580,5 @@ func IsInitialized(path string) bool {
// isInitializedUnsynced reports whether the repo is initialized. Caller must
// hold the packageLock.
func
isInitializedUnsynced
(
repoPath
string
)
bool
{
if
!
configIsInitialized
(
repoPath
)
{
return
false
}
if
!
util
.
FileExists
(
filepath
.
Join
(
repoPath
,
leveldbDirectory
))
{
return
false
}
return
true
return
configIsInitialized
(
repoPath
)
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment