Skip to content

Commit 8ff97e4

Browse files
committed
Renamed some variable
1 parent 4b7a3e8 commit 8ff97e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

management_instance/runbooks/shared_scripts/fork_repo_github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ def init_argparse():
9999
'Git.Url.NewRepoNamePrefix'))
100100
parser.add_argument('--template-repo-name', action='store',
101101
default=get_octopusvariable_quiet(
102-
'ForkGithubRepo.Original.Project.Name') or
102+
'ForkGithubRepo.Git.Url.OriginalRepoName') or
103103
re.sub('[^a-zA-Z0-9-]', '_', get_octopusvariable_quiet('Octopus.Project.Name')))
104104
parser.add_argument('--tenant-name', action='store',
105105
default=get_octopusvariable_quiet('Octopus.Deployment.Tenant.Name'))

0 commit comments

Comments
 (0)