Skip to content

Commit

Permalink
Update generate-client.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jggoebel authored Jan 12, 2024
1 parent 5426f0a commit 0f67f55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generate-client.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

if [[ "$(PWD)" != */github.com/hobbyfarm/gargantua ]]
if [[ "$(pwd)" != */github.com/hobbyfarm/gargantua ]]
then
echo "You must run this script from within a path that ends in /github.com/hobbyfarm/gargantua"
exit 1
Expand Down Expand Up @@ -39,4 +39,4 @@ kube::codegen::gen_helpers \
# to not worry about the error.
# The error is logged below for posterity.
#
# W0523 16:50:47.161458 74104 parse.go:862] Making unsupported type entry "GenericType" for: &types.TypeParam{check:(*types.Checker)(nil), id:0x2, obj:(*types.TypeName)(0x140086f8f00), index:0, bound:(*types.Interface)(0x140000c0aa0)}
# W0523 16:50:47.161458 74104 parse.go:862] Making unsupported type entry "GenericType" for: &types.TypeParam{check:(*types.Checker)(nil), id:0x2, obj:(*types.TypeName)(0x140086f8f00), index:0, bound:(*types.Interface)(0x140000c0aa0)}

0 comments on commit 0f67f55

Please sign in to comment.