whoops
This commit is contained in:
parent
d5e5b81ac3
commit
20aea1de10
@ -153,7 +153,7 @@ Triton.prototype.listImages = function listImages(opts, cb) {
|
||||
|
||||
fetch();
|
||||
function fetch() {
|
||||
self.cloudapi.listImages(function (err, imgs, res) {
|
||||
self.cloudapi.listImages(opts, function (err, imgs, res) {
|
||||
if (!err && self.cachedir) {
|
||||
// cache the results
|
||||
var data = JSON.stringify(imgs);
|
||||
|
Reference in New Issue
Block a user