Skip to content

Commit

Permalink
Merge pull request #76 from Steveb-p/fix-logs-declaration
Browse files Browse the repository at this point in the history
Fix declaration for `logs` function
  • Loading branch information
AlexZeitler authored May 29, 2019
2 parents c68d92b + 83f55e8 commit 4c28539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export declare function rm(options: IDockerComposeOptions): Promise<IDockerCompo

export declare function exec(container: String, command: String, options: IDockerComposeOptions): Promise<IDockerComposeResult>;

export declare function logs(container: String, command: String, options: IDockerComposeLogOptions): Promise<IDockerComposeResult>;
export declare function logs(container: String, options: IDockerComposeLogOptions): Promise<IDockerComposeResult>;

export declare function run(service: String, command: String, options: IDockerComposeOptions): Promise<IDockerComposeResult>;

Expand Down

0 comments on commit 4c28539

Please sign in to comment.