From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: [PATCH] guix: workflow: Fix short flag for --force. In-Reply-To: <87o96tvytd.fsf@elephly.net> References: <20190207223451.21140-1-kyle@kyleam.com> <871s3ub1uc.fsf@kyleam.com> <87o96tvytd.fsf@elephly.net> Date: Sat, 02 Mar 2019 15:01:34 -0500 Message-ID: <8736o5dp0h.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain To: Ricardo Wurmus Cc: gwl-devel@gnu.org List-ID: Ricardo Wurmus writes: > Hi Kyle, > >> Kyle Meyer writes: >> >>> * guix/scripts/workflow.scm (%options): Correct character literal for >>> --force's short flag. >> >> Any objections to applying this patch? Without this change, I see >> >> $ guix workflow -f >> guix workflow: error: f: unrecognized option > > Sorry, I missed this email. Thanks for the reminder and the patch! > I applied it with commit 6eb6514. Thanks!