Skip to content

Commit

Permalink
fix checksum script
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Hauman committed Jun 28, 2018
1 parent fc6628f commit c48f00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dependency-checksum
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ set -ex
# See https://discuss.circleci.com/t/cant-checksum-multiple-files-with-slashes-in-the-file-path/20667 for why we do this:
# Calculates checksums for all Figwheel project dependencies.

shasum sidecar/project.clj plugin/project.clj support/project.clj figwheel-core/deps.edn figwheel-main/deps.edn figwheel-repl/deps.edn /usr/local/bin/lein > checksum.tmp
shasum sidecar/project.clj plugin/project.clj support/project.clj /usr/local/bin/lein > checksum.tmp

0 comments on commit c48f00e

Please sign in to comment.