Skip to content

Commit 52f2092

Browse files
committed
new %INCLUDE line for profile
1 parent f4a507a commit 52f2092

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

__tests__/__system__/cli/generate/__snapshots__/cli.generate.bundle.system.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ exports[`cics-deploy generate bundle paramters should customise port in generate
134134
# %INCLUDE=&USSCONFIG;/nodejs/sdk.profile
135135
# %INCLUDE=&CONFIGROOT;/debug.profile
136136
#
137-
%INCLUDE=&USSCONFIG;/nodejsapps/general.profile
137+
%INCLUDE=&USSCONFIG;/nodejsprofiles/general.profile
138138
#
139139
#**********************************************************************
140140
#
@@ -314,7 +314,7 @@ exports[`cics-deploy generate bundle should generate a bundle using defaults fro
314314
# %INCLUDE=&USSCONFIG;/nodejs/sdk.profile
315315
# %INCLUDE=&CONFIGROOT;/debug.profile
316316
#
317-
%INCLUDE=&USSCONFIG;/nodejsapps/general.profile
317+
%INCLUDE=&USSCONFIG;/nodejsprofiles/general.profile
318318
#
319319
#**********************************************************************
320320
#

__tests__/api/BundleContent/__snapshots__/Nodejsapp.test.ts.snap

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ exports[`NodejsappBundlePart01 Create a NodejsappBundlePart 3`] = `
8181
# %INCLUDE=&USSCONFIG;/nodejs/sdk.profile
8282
# %INCLUDE=&CONFIGROOT;/debug.profile
8383
#
84-
%INCLUDE=&USSCONFIG;/nodejsapps/general.profile
84+
%INCLUDE=&USSCONFIG;/nodejsprofiles/general.profile
8585
#
8686
#**********************************************************************
8787
#
@@ -211,7 +211,7 @@ exports[`NodejsappBundlePart01 Create a NodejsappBundlePart 4`] = `
211211
# %INCLUDE=&USSCONFIG;/nodejs/sdk.profile
212212
# %INCLUDE=&CONFIGROOT;/debug.profile
213213
#
214-
%INCLUDE=&USSCONFIG;/nodejsapps/general.profile
214+
%INCLUDE=&USSCONFIG;/nodejsprofiles/general.profile
215215
#
216216
#**********************************************************************
217217
#
@@ -348,7 +348,7 @@ exports[`NodejsappBundlePart01 Create a NodejsappBundlePart with bad chars 3`] =
348348
# %INCLUDE=&USSCONFIG;/nodejs/sdk.profile
349349
# %INCLUDE=&CONFIGROOT;/debug.profile
350350
#
351-
%INCLUDE=&USSCONFIG;/nodejsapps/general.profile
351+
%INCLUDE=&USSCONFIG;/nodejsprofiles/general.profile
352352
#
353353
#**********************************************************************
354354
#
@@ -478,7 +478,7 @@ exports[`NodejsappBundlePart01 Create a NodejsappBundlePart with bad chars 4`] =
478478
# %INCLUDE=&USSCONFIG;/nodejs/sdk.profile
479479
# %INCLUDE=&CONFIGROOT;/debug.profile
480480
#
481-
%INCLUDE=&USSCONFIG;/nodejsapps/general.profile
481+
%INCLUDE=&USSCONFIG;/nodejsprofiles/general.profile
482482
#
483483
#**********************************************************************
484484
#
@@ -615,7 +615,7 @@ exports[`NodejsappBundlePart01 Create a NodejsappBundlePart with long name 3`] =
615615
# %INCLUDE=&USSCONFIG;/nodejs/sdk.profile
616616
# %INCLUDE=&CONFIGROOT;/debug.profile
617617
#
618-
%INCLUDE=&USSCONFIG;/nodejsapps/general.profile
618+
%INCLUDE=&USSCONFIG;/nodejsprofiles/general.profile
619619
#
620620
#**********************************************************************
621621
#
@@ -745,7 +745,7 @@ exports[`NodejsappBundlePart01 Create a NodejsappBundlePart with long name 4`] =
745745
# %INCLUDE=&USSCONFIG;/nodejs/sdk.profile
746746
# %INCLUDE=&CONFIGROOT;/debug.profile
747747
#
748-
%INCLUDE=&USSCONFIG;/nodejsapps/general.profile
748+
%INCLUDE=&USSCONFIG;/nodejsprofiles/general.profile
749749
#
750750
#**********************************************************************
751751
#
@@ -882,7 +882,7 @@ exports[`NodejsappBundlePart01 Create a NodejsappBundlePart with missing port nu
882882
# %INCLUDE=&USSCONFIG;/nodejs/sdk.profile
883883
# %INCLUDE=&CONFIGROOT;/debug.profile
884884
#
885-
%INCLUDE=&USSCONFIG;/nodejsapps/general.profile
885+
%INCLUDE=&USSCONFIG;/nodejsprofiles/general.profile
886886
#
887887
#**********************************************************************
888888
#
@@ -1011,7 +1011,7 @@ exports[`NodejsappBundlePart01 Create a NodejsappBundlePart with missing port nu
10111011
# %INCLUDE=&USSCONFIG;/nodejs/sdk.profile
10121012
# %INCLUDE=&CONFIGROOT;/debug.profile
10131013
#
1014-
%INCLUDE=&USSCONFIG;/nodejsapps/general.profile
1014+
%INCLUDE=&USSCONFIG;/nodejsprofiles/general.profile
10151015
#
10161016
#**********************************************************************
10171017
#

src/api/BundleContent/TemplateNodejsappProfile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ export class TemplateNodejsappProfile {
8686
"# %INCLUDE=&USSCONFIG;/nodejs/sdk.profile\n" +
8787
"# %INCLUDE=&CONFIGROOT;/debug.profile\n" +
8888
"#\n" +
89-
"%INCLUDE=&USSCONFIG;/nodejsapps/general.profile\n" +
89+
"%INCLUDE=&USSCONFIG;/nodejsprofiles/general.profile\n" +
9090
"#\n" +
9191
"#**********************************************************************\n" +
9292
"#\n" +

0 commit comments

Comments
 (0)