Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
save
  • Loading branch information
Nikhil Thorat committed Sep 6, 2019
commit 8c8a0dce46d6e187216e40a951cb606551f31a2e
2 changes: 1 addition & 1 deletion scripts/diff.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ console.log('mergeBase: ', mergeBase);
console.log('~~~~~~~~~~~~~~~~~~~~~~');

exec(
`git clone --depth=1 --single-branch ` +
`git clone ` +
`https://github.com/tensorflow/tfjs ${CLONE_MASTER_PATH}`);

shell.cd(CLONE_MASTER_PATH);
Expand Down