Skip to content

Commit

Permalink
Actually pass the registration-id value
Browse files Browse the repository at this point in the history
  • Loading branch information
JayH5 committed Sep 3, 2015
1 parent 4f37689 commit 4ae7397
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consular/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def main(scheme, host, port,

log.startLogging(logfile)

consular = Consular(consul, marathon, fallback)
consular = Consular(consul, marathon, fallback, registration_id)
consular.debug = debug
consular.timeout = timeout
consular.fallback_timeout = fallback_timeout
Expand Down

0 comments on commit 4ae7397

Please sign in to comment.