Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
vijeyash1 committed Jun 12, 2023
1 parent 372ddec commit 96223c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agent/rakkess/rakkess.go
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@ func HumanreadableAccessCode(o Outcome) string {
case Err:
return "ERR"
default:
panic("unknown access code")
return "unknown access code"
}
}

Expand Down

0 comments on commit 96223c9

Please sign in to comment.