Skip to content

Commit

Permalink
use kv_set_string for reporting package manager
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielle Adams committed Jul 10, 2020
1 parent a74a07d commit 2f97823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/report
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ kv_pair "heroku_postbuild_script_time" "$(meta_get "heroku-postbuild-script-time
kv_pair "heroku_postbuild_script_memory" "$(meta_get "heroku-postbuild-script-memory")"

# which package manager was used
kv_pair "package_manager" "$(meta_get "node-package-manager")"
kv_pair_string "package_manager" "$(meta_get "node-package-manager")"

# We have to get this info from bin/compile since a lockfile will be generated if there wasn't one
kv_pair "lock_file" "$(meta_get "has-node-lock-file")"
Expand Down

0 comments on commit 2f97823

Please sign in to comment.