Skip to content

Commit 6e57131

Browse files
committed
Fix wrong package name in justfile
1 parent 435c75c commit 6e57131

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

justfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ currentVersionImport := quote("require('./package.json').version")
6767
version:
6868
@echo $(node -p -e {{ currentVersionImport }})
6969

70-
# Bumps the @labkey/premium package to the current version in every module listed in the modulesToBump variable
70+
# Bumps the @labkey/api package to the current version in every module listed in the modulesToBump variable
7171
bump:
7272
#!/usr/bin/env zsh
7373
set -euo pipefail

0 commit comments

Comments
 (0)