lastpass / lastpass-cli

LastPass command line interface tool
GNU General Public License v2.0
2.85k stars 289 forks source link

Building image from the source does not work #669

Closed ttobis closed 8 months ago

ttobis commented 8 months ago

The last commit breaks the build: https://github.com/lastpass/lastpass-cli/commit/eb5efe4ea0e5143c4b764a905a4a6073c7dd2b3e#diff-dc0c348c5b9c44e9c0c7f57bac7e4e6296fd4b8d1fb8e7c7e2a92a1710472270R211

Error message:

lastpass-cli/endpoints.c:211:16: error: use of undeclared identifier 'url'
                             "url", url,
                                    ^
bormosLP commented 8 months ago

Sorry for the inconvenience, here is the fix #670.

ttobis commented 8 months ago

Thank you!