Skip to content

Commit 92b3209

Browse files
Fix comment
1 parent 97b1535 commit 92b3209

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nodejs/src/acquisition.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export { PREFERRED_CLI_VERSION };
2424
export interface AcquisitionOptions {
2525
/**
2626
* Directory where CLI versions will be downloaded and stored.
27-
* Should be app-specific (e.g., `~/.myapp/copilot-cli/`).
27+
* Should be app-specific, e.g., `path.join(os.homedir(), '.myapp', 'copilot-cli')`.
2828
*/
2929
downloadDir: string;
3030

0 commit comments

Comments
 (0)