Skip to content

Commit

Permalink
Merge 365c42c into 4e131a3
Browse files Browse the repository at this point in the history
  • Loading branch information
AradCarmi committed Jun 6, 2024
2 parents 4e131a3 + 365c42c commit 638f6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demisto_sdk/commands/common/git_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def __init__(self, commit_or_branch: str, path: str, from_remote: bool = True):
if from_remote:
commit_or_branch = f"{DEMISTO_GIT_UPSTREAM}/{commit_or_branch}"
super().__init__(
f"file {path} could not be found in commit/branch {commit_or_branch}"
f"file {path} could not be found in commit/branch {commit_or_branch}"
)


Expand Down

0 comments on commit 638f6e6

Please sign in to comment.