mirror of
https://github.com/actions/runner-images.git
synced 2025-12-14 22:05:17 +00:00
fixed comment
This commit is contained in:
@@ -17,7 +17,7 @@ rm -rf $HELPER_SCRIPT_FOLDER
|
|||||||
rm -rf $INSTALLER_SCRIPT_FOLDER
|
rm -rf $INSTALLER_SCRIPT_FOLDER
|
||||||
chmod 755 $IMAGE_FOLDER
|
chmod 755 $IMAGE_FOLDER
|
||||||
|
|
||||||
# Remove quotes from PATH
|
# Remove quotes around PATH
|
||||||
PATH=${PATH#"\""}
|
PATH=${PATH#"\""}
|
||||||
PATH=${PATH%"\""}
|
PATH=${PATH%"\""}
|
||||||
echo "PATH=$PATH" | sudo tee -a /etc/environment
|
echo "PATH=$PATH" | sudo tee -a /etc/environment
|
||||||
|
|||||||
Reference in New Issue
Block a user