Skip to content

Commit

Permalink
Merge pull request #1086 from contentstack/fix/CS-41720
Browse files Browse the repository at this point in the history
fix: corrected code for analytics
  • Loading branch information
netrajpatel authored Oct 11, 2023
2 parents 87df268 + 98246b4 commit c4a8596
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/contentstack-export/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
},
"shortCommandName": {
"cm:stacks:export": "EXPRT",
"cm:export": "EXPRT"
"cm:export": "O-EXPRT"
}
},
"repository": "https://github.com/contentstack/cli"
Expand Down
2 changes: 1 addition & 1 deletion packages/contentstack-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
},
"shortCommandName": {
"cm:stacks:import": "IMPRT",
"cm:import": "IMPRT"
"cm:import": "O-IMPRT"
}
},
"repository": "https://github.com/contentstack/cli"
Expand Down

0 comments on commit c4a8596

Please sign in to comment.