alessioalex / dynroute

Node CLI tool for dynamic DNS using Route53
46 stars 5 forks source link

Does not use the config file set via the --aws option #1

Closed debonet closed 11 years ago

debonet commented 11 years ago

Its only using the hardcoded default ~/.awsrc

(great package by the way!)

nicufarmache commented 11 years ago

I changed the following line in bin/dynroute

from:

utils.parseConfigFile(configFile, opts.debug, function(awsCredentials) {

to:

utils.parseConfigFile(opts.awskeys, opts.debug, function(awsCredentials) {

and the --avs option now works

alessioalex commented 11 years ago

@debonet @nicuro I'll make a new release with the --aws option as the primary source today. Sorry for the delay,

alessioalex commented 11 years ago

Fixed in b4d7713117dfbb6e187159d457cafe83b05fe954