Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bin/freight-cache: don't quote the FIND_L variable #139

Merged
merged 1 commit into from
Oct 5, 2023

Conversation

yegorich
Copy link

@yegorich yegorich commented Oct 4, 2023

FIND_L variable defines the -L parameter to the find command. Hence it should not be quoted. Otherwise, find command produces the following error:

find: ‘’: No such file or directory

Fixes #138

FIND_L variable defines the -L parameter to the find command. Hence it
should not be quoted. Otherwise, find command produces the following
error:

find: ‘’: No such file or directory
@yegorich yegorich merged commit 1466413 into freight-team:master Oct 5, 2023
2 checks passed
@yegorich yegorich deleted the freight-cache-fixes branch October 5, 2023 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

error in freight-cache script
1 participant