Skip to content

Commit

Permalink
Change generate_sample_ledger to generate-sample-ledger (#122)
Browse files Browse the repository at this point in the history
  • Loading branch information
joekottke authored Apr 29, 2020
1 parent b9950e1 commit b1b4cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ pipeline {
// Generate sample data
dir('ops/sample_data') {
sh '../bin/sample-keys --num 6'
sh '../bin/generate_sample_ledger -t 100'
sh '../bin/generate-sample-ledger -t 100'
sh 'rm -f ./ledger/lock.mdb'
}

Expand Down

0 comments on commit b1b4cc0

Please sign in to comment.