Skip to content
This repository was archived by the owner on Jan 4, 2022. It is now read-only.

Commit 2e3a4ab

Browse files
authored
Fix GH-13
As mentioned on #13, this change fixed the backtrace listed there.
1 parent 301b830 commit 2e3a4ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/bitbucket-file.coffee

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class BitbucketFile
1212

1313
# Internal
1414
constructor: (@filePath) ->
15-
[rootDir] = atom.project.relativizePath(filePath)
15+
[rootDir] = atom.project.relativizePath(@filePath)
1616
if rootDir?
1717
rootDirIndex = atom.project.getPaths().indexOf(rootDir)
1818
@repo = atom.project.getRepositories()[rootDirIndex]

0 commit comments

Comments
 (0)