Merge pull request #186 from tapakund/fix_typo

fix typo in tdnf-instance-lockfile
This commit is contained in:
Keerthana K 2020-10-27 19:11:51 +05:30 committed by GitHub
commit f0c173f07f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
* creating this under /var/run because /var/run/lock doesn't exist * creating this under /var/run because /var/run/lock doesn't exist
* in fedora docker images and as a result ci fails * in fedora docker images and as a result ci fails
*/ */
#define TDNF_INSTANCE_LOCK_FILE "/var/run/.tdnf-instace-lockfile" #define TDNF_INSTANCE_LOCK_FILE "/var/run/.tdnf-instance-lockfile"
#define BAIL_ON_CLI_ERROR(unError) \ #define BAIL_ON_CLI_ERROR(unError) \
do { \ do { \