Skip to content

Commit b657821

Browse files
authored
Merge pull request #47 from Anthony-g-dev/patch-1
🛠️Changed constant to variable for potential modifications ahead
2 parents 7875946 + 01f7a69 commit b657821

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/servicesTools.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ module.exports = {
401401
volume[0] === '/'
402402
) {
403403
const stdVolume = standardizeVolumeStr(volume, cwd);
404-
const aux = stdVolume;
404+
let aux = stdVolume;
405405
if (type == 'ro') {
406406
aux += ':ro';
407407
}

0 commit comments

Comments
 (0)