Skip to content

Commit

Permalink
s/Atom/Pulsar/ on the go
Browse files Browse the repository at this point in the history
Co-authored-by: confused_techie <[email protected]>
  • Loading branch information
2colours and confused-Techie authored Oct 18, 2023
1 parent 0e865d2 commit 72f929d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/disable.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Disables the named package(s).\

const configFilePath = CSON.resolve(path.join(config.getAtomDirectory(), 'config'));
if (!configFilePath) {
return 'Could not find config.cson. Run Atom first?'; //errors as return values atm
return 'Could not find config.cson. Run Pulsar first?'; //errors as return values atm
}

let settings;
Expand Down

0 comments on commit 72f929d

Please sign in to comment.