Skip to content

Commit

Permalink
fix regression for gh cli
Browse files Browse the repository at this point in the history
  • Loading branch information
mastercoms committed Sep 18, 2023
1 parent 00dc71d commit 422826c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pbpy/pbgh.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ def generate_release():
"-F", release_file,
]

if cli_exec_path == gh_executable_path:
if cli_exec_path == pbinfo.format_repo_folder(gh_executable_path):
gh_cmds = [
"--target", target_branch,
"-t", version
Expand Down

0 comments on commit 422826c

Please sign in to comment.