Skip to content

Commit

Permalink
put proxy in correct spot
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
  • Loading branch information
vsoch committed Jul 17, 2023
1 parent bc3e145 commit 38363b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fluxburst_local/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ def run(self, request_burst=False, nodes=None, **kwargs):
command = [
self.params.fluxcmd,
"proxy",
self.params.flux_uri,
"--force",
self.params.flux_uri,
self.params.fluxcmd,
"submit",
"-N",
Expand Down

0 comments on commit 38363b6

Please sign in to comment.