Skip to content

Commit 7f07ffe

Browse files
authored
Merge pull request #99 from atillamas/patch-1
Fix example
2 parents 641a39e + e2aec80 commit 7f07ffe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/api/job.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ import nomad
349349
350350
my_nomad = nomad.Nomad(host='192.168.33.10')
351351
352-
prior_job_version = my_nomad.job.job.get_deployment("example")["JobVersion"]
352+
current_job_version = my_nomad.job.job.get_deployment("example")["JobVersion"]
353353
354354
prior_job_version = current_job_version - 1
355355

0 commit comments

Comments
 (0)