Ver Fonte

Fix font typo

Alan Colon há 7 anos atrás
pai
commit
4c11f6b74a
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      lib/client.js
  2. 1 1
      package.json

+ 1 - 1
lib/client.js

@@ -15,7 +15,7 @@ const createClient = (config) => {
     }, config)
     const log = config.log || console.log
 
-    const warning = `# ${figlet.textSync('WARNING!', 'colossal').split('\n').join('\n# ')}\n# This stack was deployed automatically. Any changes made here may be overwritten.\n#\n\n`
+    const warning = `# ${figlet.textSync('WARNING!', 'Colossal').split('\n').join('\n# ')}\n# This stack was deployed automatically. Any changes made here may be overwritten.\n#\n\n`
 
     const client = new PortainerClient(config.url, config.username, config.password);
 

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "portainer",
-  "version": "0.0.3",
+  "version": "0.0.4",
   "description": "Portainer command line deployment",
   "main": "lib/client.js",
   "bin": {