-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(migration): Pass access token correctly to migration lib (#142)
Before, the migration CLI would not pick up the access token passed from `contentful-cli`, instead it would use its own mechanism to resolve `~/.contentfulrc.json`. This was caused by the migration CLI using a different property name for the access token [1]. [1]: https://github.com/contentful/contentful-migration/blob/master/src/bin/lib/config.ts#L9
- Loading branch information
1 parent
719bcb1
commit 9f1e194
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters