Skip to content

Commit

Permalink
ENG-54002: fixing typo (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
crisefd authored Feb 7, 2024
1 parent e83826d commit c1685c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@al/core",
"version": "1.2.20",
"version": "1.2.21",
"description": "Node Enterprise Packages for Alert Logic (NEPAL) Core Library",
"main": "./dist/index.cjs.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/common/navigation/al-location.dictionary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ export const AlLocationDictionary: AlLocationDescriptor[] =
},
{
locTypeId: AlLocation.FrontlineVM,
uri: 'https://vm.flstaging.coud',
uri: 'https://vm.flstaging.cloud',
environment: 'integration|development',
},
{
Expand Down

0 comments on commit c1685c5

Please sign in to comment.