Browse Source

Use "NOTICE:" instead of "NOTE:" for consistency

pull/6950/head
Aleksander Machniak 6 years ago
parent
commit
c60a30c780
  1. 2
      bin/update.sh

2
bin/update.sh

@ -269,7 +269,7 @@ if ($RCI->configured) {
echo "\n }\n\n";
}
echo "NOTE: Update dependencies by running `php composer.phar update --no-dev`\n";
echo "NOTICE: Update dependencies by running `php composer.phar update --no-dev`\n";
}
// index contacts for fulltext searching

Loading…
Cancel
Save