Skip to content

Commit

Permalink
fix: remove info function
Browse files Browse the repository at this point in the history
  • Loading branch information
Matéo Mévollon committed Oct 26, 2022
1 parent f94e91c commit 00b5da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsplease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ out() {
}

main() {
info "waiting for 'nsplease/project' labelled namespaces..."
echo "waiting for 'nsplease/project' labelled namespaces..."
kubectl get namespace --watch --output-watch-events -o json |
jq --unbuffered --raw-output \
'if (.object.metadata.labels | has("nsplease/project"))
Expand Down

0 comments on commit 00b5da6

Please sign in to comment.