Skip to content

Commit

Permalink
Fix typo in kiss-manager
Browse files Browse the repository at this point in the history
  • Loading branch information
HoKim98 committed Aug 31, 2022
1 parent 10e5634 commit f9fc2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kiss/manager/src/current.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ impl Handler {
// parse version tag
let version = job
.labels()
.get("sourceVersion")
.get("targetVersion")
.ok_or_else(|| anyhow!("failed to parse target version from Job"))
.and_then(|e| e.parse().map_err(Into::into))?;

Expand Down

0 comments on commit f9fc2e9

Please sign in to comment.