Skip to content

Commit 8630669

Browse files
committed
Fixed bug on syntax_highlight_cli.
1 parent 9d9bf42 commit 8630669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syntax_highlight_cli/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ while i < Int(CommandLine.argc) {
393393
verbose = verbose && dest != nil
394394

395395
if appUrl == nil {
396-
appUrl = cliUrl.deletingLastPathComponent().deletingLastPathComponent()
396+
appUrl = cliUrl.deletingLastPathComponent().deletingLastPathComponent().deletingLastPathComponent()
397397
}
398398

399399
/*

0 commit comments

Comments
 (0)