Skip to content

Commit

Permalink
Rename Tachyon manifest file
Browse files Browse the repository at this point in the history
  • Loading branch information
keeramis committed Dec 17, 2024
1 parent 254448d commit 3f9670f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/flash.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const { validateDFUSupport } = require('./device-util');
const unzip = require('unzipper');
const qdl = require('../lib/qdl');

const TACHYON_MANIFEST_FILE = 'release.json';
const TACHYON_MANIFEST_FILE = 'manifest.json';

module.exports = class FlashCommand extends CLICommandBase {
constructor(...args) {
Expand Down

0 comments on commit 3f9670f

Please sign in to comment.