From 158bf64ea2dc5d463c8198059d59bac77648c3b1 Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Tue, 10 Jan 2017 18:54:33 +0100 Subject: [PATCH] No need to set language type anymore --- bin/now-alias | 2 -- bin/now-certs | 2 -- bin/now-deploy | 2 -- bin/now-dns | 2 -- bin/now-domains | 2 -- bin/now-list | 2 -- bin/now-remove | 2 -- bin/now-secrets | 2 -- 8 files changed, 16 deletions(-) diff --git a/bin/now-alias b/bin/now-alias index e53da28..c8039b6 100755 --- a/bin/now-alias +++ b/bin/now-alias @@ -314,5 +314,3 @@ async function realias(alias) { await alias.set(source.url, target) } - -// vi:syntax=javascript diff --git a/bin/now-certs b/bin/now-certs index 43d854a..e86d830 100755 --- a/bin/now-certs +++ b/bin/now-certs @@ -291,5 +291,3 @@ async function getCertIdCn(certs, idOrCn) { return thecert } - -// vi:syntax=javascript diff --git a/bin/now-deploy b/bin/now-deploy index cbe4d7e..ad197af 100755 --- a/bin/now-deploy +++ b/bin/now-deploy @@ -613,5 +613,3 @@ function printLogs(host, token) { process.exit(0) }) } - -// vi:syntax=javascript diff --git a/bin/now-dns b/bin/now-dns index a27027d..b56fca2 100755 --- a/bin/now-dns +++ b/bin/now-dns @@ -200,5 +200,3 @@ function readConfirmation(record, msg) { }).resume() }) } - -// vi:syntax=javascript diff --git a/bin/now-domains b/bin/now-domains index 16e27ab..a1b87e2 100755 --- a/bin/now-domains +++ b/bin/now-domains @@ -296,5 +296,3 @@ function findDomain(val, list) { return false }) } - -// vi:syntax=javascript diff --git a/bin/now-list b/bin/now-list index 7c175d3..ff7b581 100755 --- a/bin/now-list +++ b/bin/now-list @@ -151,5 +151,3 @@ async function sort(apps) { return depsB[0].created - depsA[0].created }) } - -// vi:syntax=javascript diff --git a/bin/now-remove b/bin/now-remove index cbb445b..9a14e7c 100755 --- a/bin/now-remove +++ b/bin/now-remove @@ -175,5 +175,3 @@ async function remove(token) { now.close() } - -// vi:syntax=javascript diff --git a/bin/now-secrets b/bin/now-secrets index ec93151..4570c7f 100755 --- a/bin/now-secrets +++ b/bin/now-secrets @@ -237,5 +237,3 @@ function readConfirmation(secret) { }).resume() }) } - -// vi:syntax=javascript