Fix Workspace::openLicense

This commit is contained in:
Corey Johnson
2014-04-30 16:38:44 -07:00
parent 0b7475a4c1
commit 7d3abda86f

View File

@@ -114,7 +114,7 @@ class Workspace extends Model
# Public: Open Atom's license in the active pane.
openLicense: ->
@open(join(atom.getLoadSettings().resourcePath, 'LICENSE'))
@open(join(atom.getLoadSettings().resourcePath, 'LICENSE.md'))
# Synchronously open the given URI in the active pane. **Only use this method
# in specs. Calling this in production code will block the UI thread and