Skip to content

Commit

Permalink
Fixing incorrect comment now that script uses args differently.
Browse files Browse the repository at this point in the history
  • Loading branch information
thekevinbrown committed Apr 23, 2019
1 parent 201dc53 commit 594fe82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ export const build = async (contractPath: string) => {
console.log(`- Compiling ${basename}:`);

await docker.command(
// Arg 1 is filename, arg 2 is contract name. They're the same for us.
// Arg 1 is filename, arg 2 is contract name.
`exec lamington /opt/eosio/bin/scripts/compile_contract.sh "/${path.join(
'opt',
'eosio',
Expand Down

0 comments on commit 594fe82

Please sign in to comment.