Skip to content

Commit

Permalink
fix: typo NotFoud error
Browse files Browse the repository at this point in the history
  • Loading branch information
drstrangelooker committed Mar 11, 2024
1 parent ae444e7 commit f391d43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gzr/modules/look.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module Look
def query_look(look_id)
begin
@sdk.look(look_id).to_attrs
rescue LookerSDK::NotFoud => e
rescue LookerSDK::NotFound => e
say_error "look(#{look_id}) not found"
say_error e
raise
Expand Down

0 comments on commit f391d43

Please sign in to comment.