Skip to content

Commit

Permalink
Fix repo trailing char
Browse files Browse the repository at this point in the history
  • Loading branch information
WenqingLiAMD committed Aug 18, 2022
1 parent 04117a6 commit a6732d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/amdvlk_build_for_tag.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ def GetOpt(self):
os.makedirs(self.srcDir)

if options.targetRepo:
self.targetRepo = options.targetRepo
self.targetRepo = options.targetRepo.rstrip('/') + '/'

print("The target repo is " + self.targetRepo)

Expand Down

0 comments on commit a6732d1

Please sign in to comment.