Skip to content

Commit 6ebc3c6

Browse files
author
adrianbartyczak
committed
Change the locate file command in locfileforcmd from "locate" to "locatefile"
1 parent d847a2c commit 6ebc3c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/file_management-modules/retrieval/locfileforcmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
# ======= CONFIGURATIONS ==============
4545

4646
# Locatefile command
47-
readonly LOC_FILE_CMD='locate'
47+
readonly LOC_FILE_CMD='locatefile'
4848

4949
# Locate file command option to return directories only; can be empty
5050
readonly LOC_FILE_CMD_OPT_RET_DIRS='-d'

0 commit comments

Comments
 (0)