From 28112b981af1161a0c7479a1063e5923acd8d942 Mon Sep 17 00:00:00 2001 From: Danny Rorabaugh Date: Tue, 24 Oct 2023 15:18:59 -0400 Subject: [PATCH] Fix comment description of setRelease.js --- scripts/setRelease.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/scripts/setRelease.js b/scripts/setRelease.js index c760ae2471..2e3c9019f5 100644 --- a/scripts/setRelease.js +++ b/scripts/setRelease.js @@ -1,6 +1,5 @@ -// Create the config.js file in ./public to specify -// the Runtime Configuration items. -// +// Create the release.js file in ./public/scripts/ +// to hold the current version of The Combine. const spawnSync = require("child_process").spawnSync;