Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Commit 6afdfea

Browse files
author
jbooth1
committed
Fix for Windows CRs
1 parent b8edeb8 commit 6afdfea

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

digexp-wcm-design/bin/dxwcmdesigns

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
#! /usr/bin/env node
2+
23
require("../wcmdesigns.js");

digexp-wcm-design/bin/wcmHelper

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
* specific language governing permissions and limitations under the License.
1313
*/
1414

15-
require("../wcmHelper.js");
15+
require("../wcmHelper.js");

0 commit comments

Comments
 (0)