diff options
-rw-r--r-- | bdep-util/git-pre-commit-version-check.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bdep-util/git-pre-commit-version-check.in b/bdep-util/git-pre-commit-version-check.in index a1192f1..556f1ab 100644 --- a/bdep-util/git-pre-commit-version-check.in +++ b/bdep-util/git-pre-commit-version-check.in @@ -23,8 +23,8 @@ shopt -s nullglob # Expand no-match globs to nothing rather than themselves. function info () { echo "$*" 1>&2; } function error () { info "$*"; exit 1; } -@import libbutl/manifest-parser@ -@import libbutl/standard-version@ +@import libbutl.bash/manifest-parser@ +@import libbutl.bash/standard-version@ # Note that here and below a file in the existing repository revision is # referred to as '<rev>:<path>' (for example 'HEAD:manifest') and in the |