From d572ad38071a37aa115769d6ecd16cf9a4c2bfd6 Mon Sep 17 00:00:00 2001 From: "Greg L. Turnquist" Date: Wed, 20 May 2020 09:49:06 -0500 Subject: [PATCH] #1101 - Polishing. --- etc/scripts/new-issue-branch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/scripts/new-issue-branch b/etc/scripts/new-issue-branch index ff0e94be..461fb1ca 100755 --- a/etc/scripts/new-issue-branch +++ b/etc/scripts/new-issue-branch @@ -1,4 +1,4 @@ -#!/bin/bash -x +#!/bin/bash # # This script creates a new local issue branch for the given issue id. # Previous changes are stashed before the issue branch is created and are reapplied after branch creation.