Skip to content

Commit a4bf32d

Browse files
Use correct branch of RSF
Co-Authored-By: Mark Brocato <mark.brocato@moovweb.com>
1 parent ecbe25d commit a4bf32d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/create-react-storefront-internal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const createReactStorefrontInternal = async (options, userConfig) => {
3838
spinner = ora(message).start()
3939

4040
await retrieveTemplate({
41-
branch: userConfig.xdn ? 'kh-crs-deploy' : 'master',
41+
branch: userConfig.xdn ? 'commercial' : 'master',
4242
targetPath: targetPath,
4343
})
4444

0 commit comments

Comments
 (0)