Skip to content

Commit

Permalink
organize files
Browse files Browse the repository at this point in the history
Signed-off-by: Savitha Raghunathan <[email protected]>
  • Loading branch information
savitharaghunathan committed Nov 21, 2024
1 parent 830eae5 commit 76d5168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collect-assets.js → scripts/collect-assets.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const __dirname = dirname(__filename);
const GITHUB_API = "https://api.github.com";
const REPOSITORY = "konveyor/kai";
const RELEASE_TAG = "v0.0.1";
const DOWNLOAD_DIR = _resolve(__dirname, "downloaded_assets");
const DOWNLOAD_DIR = _resolve(__dirname, "../downloaded_assets");
const META_FILE = _resolve(DOWNLOAD_DIR, "collect.json");

const ASSETS_TO_DOWNLOAD = [
Expand Down

0 comments on commit 76d5168

Please sign in to comment.