Skip to content

Commit

Permalink
Merge pull request #1 from loranallensmith/url-case-standardization
Browse files Browse the repository at this point in the history
Standardize URLs for case sensitive environments
  • Loading branch information
warrenbuckley authored Jul 1, 2024
2 parents 026a0a7 + db2bb1b commit 553abf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/repo-creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
"name": "$env:UMBRACO_PROJECT_NAME EntryPoint",
"alias": "$env:UMBRACO_PROJECT_NAME_LOWER.entrypoint",
"type": "backofficeEntryPoint",
"js": "/app_plugins/$env:UMBRACO_RCL_PROJECT_NAME/$env:UMBRACO_PROJECT_NAME_LOWER.js"
"js": "/App_Plugins/$env:UMBRACO_RCL_PROJECT_NAME/$env:UMBRACO_PROJECT_NAME_LOWER.js"
}
]
}
Expand Down

0 comments on commit 553abf9

Please sign in to comment.