Skip to content

Commit

Permalink
fixup! Snap-related defaults need to be changed
Browse files Browse the repository at this point in the history
  • Loading branch information
juditnovak committed May 10, 2023
1 parent c4023b1 commit 2402b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark_client/domain.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def dir_package(self) -> str:

@property
def template_dir(self) -> str:
return f"resources/templates"
return "resources/templates"

@property
def template_serviceaccount(self) -> str:
Expand Down

0 comments on commit 2402b77

Please sign in to comment.