Skip to content

Commit 1bba37e

Browse files
Fix formatting
1 parent d721c4c commit 1bba37e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gitopscli/commands/create_preview.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def create_preview_command(
4545

4646
apps_git.checkout(branch)
4747
logging.info("App repo %s checkout successfull", branch)
48-
shortened_branch_hash = hashlib.sha256(branch.encode('utf-8')).hexdigest()[:8]
48+
shortened_branch_hash = hashlib.sha256(branch.encode("utf-8")).hexdigest()[:8]
4949
logging.info("Hashed branch %s to hash %s", branch, shortened_branch_hash)
5050
gitops_config = GitOpsConfig(apps_git.get_full_file_path(".gitops.config.yaml"))
5151
logging.info("Read GitOpsConfig: %s", gitops_config)

0 commit comments

Comments
 (0)