Skip to content

Commit 89ab492

Browse files
Fixes typo in comment
Corrects a typo in a comment to improve code readability.
1 parent 65a7638 commit 89ab492

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

smartautomoveng.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ extensionfile=$extension".shell-extension.zip"
55

66
echo "Running $0 for $extension with arguments: $@"
77

8-
//cleanup old zip if exists
8+
# cleanup old zip if exists
99
if [ -f $extensionfile ]; then
1010
rm $extensionfile
1111
fi

0 commit comments

Comments
 (0)