Skip to content

Commit

Permalink
switch to branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc-André Moreau committed Feb 6, 2024
1 parent 7001493 commit b8a48e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/openssh/conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ def source(self):

git = tools.Git(folder="openssh-distro")
git.clone("https://github.com/Devolutions/openssh-distro")
git.checkout('openssh-update')
version_dir = 'v%s' % (self.version)
patches_dir = os.path.join("openssh-distro", "patches", version_dir)
if os.path.isdir(patches_dir):
Expand Down

0 comments on commit b8a48e9

Please sign in to comment.