Skip to content

Commit 481b67d

Browse files
author
Seth Rait
committed
Update documentation
1 parent 416e86d commit 481b67d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ function shouldRunMain() {
5757
if (tools.length == 1 && tools[0].trim() == msdo_helpers_1.Tools.ContainerMapping) {
5858
return false;
5959
}
60-
return true;
6160
}
61+
return true;
6262
}

src/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ function shouldRunMain() {
2929
if (tools.length == 1 && tools[0].trim() == Tools.ContainerMapping) {
3030
return false;
3131
}
32-
return true;
3332
}
33+
return true;
3434
}

0 commit comments

Comments
 (0)