Skip to content

Commit

Permalink
Update datastore.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
cchensh committed Oct 1, 2024
1 parent 1c75a6e commit 2562383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli-test/src/cli/commands/datastore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const datastoreGet = async function datastoreGet(
id: args.primaryKeyValue
};
const getQuery = JSON.stringify(getQueryObj);
const cmd = new SlackCLIProcess(`datastore get ${getQuery}`, args);
const cmd = new SlackCLIProcess(`datastore get '${getQuery}'`, args);
const proc = await cmd.execAsync({
cwd: args.appPath,
});
Expand Down

0 comments on commit 2562383

Please sign in to comment.