Skip to content

Commit

Permalink
minor - revert accidental change
Browse files Browse the repository at this point in the history
  • Loading branch information
keeramis committed Jan 16, 2025
1 parent add1c65 commit 4f13ca0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/qdl.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ async function getExecutable() {
}

async function run({ files, includeDir, updateFolder, zip, ui, outputLogFile }) {
const qdlPath = '/Users/keerthyamisagadda/code/tachyon-qdl/qdl';
await fs.chmod(qdlPath, 0o755);
const qdlPath = await getExecutable();

const qdlArguments = [
'--storage', TACHYON_STORAGE_TYPE,
Expand Down

0 comments on commit 4f13ca0

Please sign in to comment.