Skip to content

Commit

Permalink
linux portability
Browse files Browse the repository at this point in the history
  • Loading branch information
sliemeobn committed Jun 19, 2024
1 parent a4dfcf3 commit 342e146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/HummingbirdDemo/Sources/App/BrowserSync.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Foundation
#if DEBUG
func browserSyncReload() {
let p = Process()
p.executableURL = URL(filePath: "/bin/sh")
p.executableURL = URL(string: "file:///bin/sh")
p.arguments = ["-c", "browser-sync reload"]
do {
try p.run()
Expand Down

0 comments on commit 342e146

Please sign in to comment.