[Groonga-commit] groonga/groonga-admin at 3d020b9 [master] Add missing "; "

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Nov 17 23:16:44 JST 2014


Kouhei Sutou	2014-11-17 23:16:44 +0900 (Mon, 17 Nov 2014)

  New Revision: 3d020b99d68120812942163b4acc4d5a2051ff80
  https://github.com/groonga/groonga-admin/commit/3d020b99d68120812942163b4acc4d5a2051ff80

  Message:
    Add missing ";"

  Modified files:
    Gruntfile.js

  Modified: Gruntfile.js (+1 -1)
===================================================================
--- Gruntfile.js    2014-11-17 18:07:44 +0900 (b866ae2)
+++ Gruntfile.js    2014-11-17 23:16:44 +0900 (0c0e344)
@@ -510,7 +510,7 @@ module.exports = function (grunt) {
   grunt.registerTask('archive:upload', 'Upload archive', function (target) {
     shell.exec('scp ' +
                archiveBaseName + '.tar.gz ' +
-               'packages �� packages.groonga.org:public/source/groonga-admin/')
+               'packages �� packages.groonga.org:public/source/groonga-admin/');
   });
 
   grunt.registerTask('release:package', 'Release archived package', [
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index