# TAILPIPE_UPDATE_CHECK



# TAILPIPE_UPDATE_CHECK
Enable or disable automatic update checking.  Update checking is enabled by default.  Set to `false` to disable update checking.

## Usage 
Disable update check:
```bash
export TAILPIPE_UPDATE_CHECK=false 
```

Enable update check:
```bash
export TAILPIPE_UPDATE_CHECK=true
```
or 
```bash
unset TAILPIPE_UPDATE_CHECK
```