Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mvlassis committed Jul 9, 2024
1 parent a95c008 commit 1b3b90b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions charms/kfp-schedwf/src/components/pebble_component.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ def get_layer(self) -> Layer:
"override": "replace",
"summary": "scheduled workflow controller service",
"startup": "enabled",
"command": "/bin/controller --logtostderr=true"
' --namespace=""',
"command": "/bin/controller --logtostderr=true" ' --namespace=""',
"environment": self.environment,
}
},
Expand Down

0 comments on commit 1b3b90b

Please sign in to comment.