Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
Duffle upstream changed the bundle list command (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
itowlson authored Nov 13, 2018
1 parent 117b472 commit 2a5ed0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/duffle/duffle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export function bundles(sh: shell.Shell): Promise<Errorable<LocalBundle[]>> {
.filter((l) => l.length > 0);
return fromHeaderedTable<LocalBundle>(lines);
}
return invokeObj(sh, 'bundles', '', {}, parse);
return invokeObj(sh, 'bundle list', '', {}, parse);
}

export async function upgrade(sh: shell.Shell, bundleName: string): Promise<Errorable<null>> {
Expand Down

0 comments on commit 2a5ed0e

Please sign in to comment.