-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Issue 2665] Minor fix to Makefile and CLI to integrate GitHub export…
… and import capabilities (#2744) ## Summary Partially Fixes #2665 ### Time to review: __1 min__ ## Changes proposed > What was added, updated, or removed in this PR. Minor change to Makefile and CLI to integrate the export work done in #2481 with the import work done in #2482. ## Context for reviewers > Testing instructions, background context, more in-depth details of the implementation, and anything else you'd like to call out or ask reviewers. Explain how the changes were verified. Issue #2481 added capability to export data from GitHub to a flat file that can be ingested by the new import capabilities added by issue #2482. However, in testing, I just noticed a filename mismatch in `Makefile` that precludes e2e integration. This PR fixes the filename mismatch. ## Additional information > Screenshots, GIF demos, code examples or output to help show the changes working as expected.
- Loading branch information
1 parent
c93c1cf
commit e513579
Showing
3 changed files
with
5 additions
and
6 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
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