Skip to content

Commit 62b0db9

Browse files
Use actual path in 'Copy Python...' message
1 parent 8b27ae6 commit 62b0db9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎installers/nix-setup-template.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fi
3131
echo "Create Python $PYTHON_FULL_VERSION folder"
3232
mkdir -p $PYTHON_TOOLCACHE_VERSION_ARCH_PATH
3333

34-
echo "Copy Python binaries to hostedtoolcache folder"
34+
echo "Copy Python binaries to $PYTHON_TOOLCACHE_VERSION_ARCH_PATH"
3535
cp -R ./* $PYTHON_TOOLCACHE_VERSION_ARCH_PATH
3636
rm $PYTHON_TOOLCACHE_VERSION_ARCH_PATH/setup.sh
3737

0 commit comments

Comments
 (0)