Fix link_dropbox_other again... dont use commits from today before this.

This commit is contained in:
Ivan Malison 2014-12-15 17:28:56 -08:00
parent e562af2d97
commit 2862c6e131

View File

@ -82,7 +82,7 @@ def link_dropbox_other(ctx, force=False):
link_pairs = (
('~/Dropbox/Documents', '~/Documents'),
('~/Dropbox/Pictures', '~/Pictures'),
('~/Dropbox/org', '~/org')
('~/Dropbox/org', '~/org'),
('~/Dropbox/Desktop', '~/Desktop')
)
link_filenames(ctx, link_pairs, force)