Skip to content

Commit

Permalink
modify config name
Browse files Browse the repository at this point in the history
  • Loading branch information
daichirata committed Aug 21, 2012
1 parent c25c4c6 commit 0c87bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trindle.el
Expand Up @@ -170,7 +170,7 @@
(loop for package in trindle-packages
for type = (plist-get package :type)
for name = (file-name-nondirectory (plist-get package :name))
for load-path = (trindle-plist-get package :load-path trindle-load-packages)
for load-path = (trindle-plist-get package :load-package trindle-load-packages)
for path = (if (string= type "http-tar")
(trindle-get-package-src-dir name)
(trindle-get-package-dir name))
Expand Down

0 comments on commit 0c87bf9

Please sign in to comment.