mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-06-19 00:08:10 +00:00
Lint TypeScript and CoffeeScript with resin-lint
Change-Type: patch
This commit is contained in:
@ -30,7 +30,7 @@ let notifier: UpdateNotifier.UpdateNotifier;
|
||||
if (!isRoot()) {
|
||||
notifier = UpdateNotifier({
|
||||
pkg: packageJSON,
|
||||
updateCheckInterval: resinUpdateInterval
|
||||
updateCheckInterval: resinUpdateInterval,
|
||||
});
|
||||
}
|
||||
|
||||
@ -48,4 +48,4 @@ export function notify() {
|
||||
if (notifier.update != null) {
|
||||
return console.log('Notice that you might need administrator privileges depending on your setup\n');
|
||||
}
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user