Skip to content

Commit

Permalink
Merge pull request #1014 from golemfactory/mgordel/docs-upgrading-fix
Browse files Browse the repository at this point in the history
docs: fixed missing `then` in upgrading example
  • Loading branch information
mgordel authored Jul 2, 2024
2 parents 2202b19 + e2f3f1c commit ed1cf1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ import { GolemNetwork } from "@golem-sdk/golem-js";
rental
// 🌟🌟🌟 You issue the comands as in case of a single-provider scenario
.getExeUnit()
.run(`echo 'Hello ${input}`)
.then((exe) => exe.run(`echo 'Hello ${input}`))
.then((res) => res.stdout),
),
),
Expand Down

0 comments on commit ed1cf1d

Please sign in to comment.