Skip to content

Commit

Permalink
#2037: Update lando versions as well
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Mar 17, 2020
1 parent 1ee0c68 commit a37aed9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/lando-networking/index.js
Expand Up @@ -76,6 +76,7 @@ module.exports = lando => {
if (!exists) {
return lando.engine.createNetwork(lando.config.networkBridge).then(() => {
lando.cache.set('versions', _.merge({}, lando.versions, {networking: 2}), {persist: true});
lando.versions = lando.cache.get('versions');
});
}
});
Expand Down

0 comments on commit a37aed9

Please sign in to comment.