Skip to content

Commit

Permalink
src: Rebrand "ppm --version" ("atom" --> "pulsar")
Browse files Browse the repository at this point in the history
We're not finding/printing the Atom version, we're finding/printing
the Pulsar version. Rebrand this little bit of `ppm --version`.
  • Loading branch information
DeeDeeG committed Sep 25, 2023
1 parent c9f9da8 commit 52a0c20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/apm-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ const printVersions = function(args, callback) {
apm: apmVersion,
npm: npmVersion,
node: nodeVersion,
atom: atomVersion,
pulsar: atomVersion,
python: pythonVersion,
git: gitVersion,
nodeArch: process.arch
Expand All @@ -136,7 +136,7 @@ const printVersions = function(args, callback) {
${'apm'.red} ${apmVersion.red}
${'npm'.green} ${npmVersion.green}
${'node'.blue} ${nodeVersion.blue} ${process.arch.blue}
${'atom'.cyan} ${atomVersion.cyan}
${'pulsar'.cyan} ${atomVersion.cyan}
${'python'.yellow} ${pythonVersion.yellow}
${'git'.magenta} ${gitVersion.magenta}\
`;
Expand Down

0 comments on commit 52a0c20

Please sign in to comment.