Skip to content
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.

Commit

Permalink
Updated to use new function name.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Apr 22, 2016
1 parent fc4e569 commit 7691995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lfe-version.lfe
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
`#(ok ,(rebar_state:add_provider state provider))))

(defun do (state)
(lfe_io:format "~p" `(,(lr3-ver-util:get-versions)))
(lfe_io:format "~p" `(,(lr3-ver-util:get-versions-with-rebar)))
`#(ok ,state))

(defun format_error (reason)
Expand Down

0 comments on commit 7691995

Please sign in to comment.