Skip to content

Commit d182dcf

Browse files
author
Lukas Pielsticker
committed
fix typo in definitions script
1 parent 70838be commit d182dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/definitions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ set -euo pipefail
1212
DEFINITIONS_FOLDER="src/pynxtools/definitions"
1313

1414
update_nexus_version() {
15-
cd $DEFINITIONS_FOLDE && echo "updating nexus-version.txt"
15+
cd $DEFINITIONS_FOLDER && echo "updating nexus-version.txt"
1616
printf "$(git describe --dirty --tags --long --abbrev=8 --match '*[0-9]*')" > ../nexus-version.txt
1717
cd ../../../
1818
}

0 commit comments

Comments
 (0)