Skip to content

Commit

Permalink
Renamed v1beta1 to v1 (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ace Nassri authored Apr 26, 2017
1 parent 058925d commit e68a117
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const test = require(`ava`);
const tools = require(`@google-cloud/nodejs-repo-tools`);
const uuid = require(`uuid`);

const cmd = `node analyze.v1beta1.js`;
const cmd = `node analyze.v1.js`;
const cwd = path.join(__dirname, `..`);
const bucketName = `nodejs-docs-samples-test-${uuid.v4()}`;
const fileName = `text.txt`;
Expand Down

0 comments on commit e68a117

Please sign in to comment.