diff options
Diffstat (limited to 'internal/rosa/state.go')
| -rw-r--r-- | internal/rosa/state.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/state.go b/internal/rosa/state.go index feb06f82..8f9aba6d 100644 --- a/internal/rosa/state.go +++ b/internal/rosa/state.go @@ -1063,7 +1063,7 @@ func (ctx *evalContext) pf( checksum, ok := kc.(string) if !ok { err = azalea.TypeError{ - Concrete: reflect.TypeOf(checksum), + Concrete: reflect.TypeOf(kc), Asserted: reflect.TypeFor[string](), } return |
