From a5db2fbf11fb7595efd828e85c22bcfc3e552a7f Mon Sep 17 00:00:00 2001 From: Descear <47546329+Descear@users.noreply.github.com> Date: Thu, 28 May 2020 20:52:50 +0100 Subject: [PATCH] Trigger CI --- script/lib/create-debian-package.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/lib/create-debian-package.js b/script/lib/create-debian-package.js index c3b627123..33c0e38e4 100644 --- a/script/lib/create-debian-package.js +++ b/script/lib/create-debian-package.js @@ -9,7 +9,7 @@ const template = require('lodash.template'); const CONFIG = require('../config'); module.exports = function(packagedAppPath) { - console.log('Thanks for reaching out!'); + console.log(`Creating Debian package for "${packagedAppPath}"`); const atomExecutableName = CONFIG.channel === 'stable' ? 'atom' : `atom-${CONFIG.channel}`; const apmExecutableName =