We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 854a70a commit e906448Copy full SHA for e906448
src/oci_image/utils.js
@@ -302,7 +302,7 @@ function podmanGetVariant(opts = {}) {
302
* @returns {string} - The information
303
*/
304
function dockerPodmanInfo(dockerSupplier, podmanSupplier, opts = {}) {
305
- return dockerSupplier(opts) ?? podmanSupplier(opts);
+ return dockerSupplier(opts) || podmanSupplier(opts);
306
}
307
308
/**
0 commit comments