Skip to content

Commit

Permalink
fix isa method call typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jrevels committed Dec 2, 2015
1 parent 168393d commit f6c218c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/activity/events/listeners.jl
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ immutable EventListener
forwards = map(HttpCommon.URI, forwards)
end

if !(ias(repos, Void))
if !(isa(repos, Void))
repos = map(name, repos)
end

Expand Down

0 comments on commit f6c218c

Please sign in to comment.