Skip to content

Commit

Permalink
Fixes Examples/cd.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
KS1019 committed Nov 3, 2023
1 parent 848c0df commit 53d0357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Examples/cd.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let currentDir = Script().exec("pwd").asString()

let d = Script()
.cd(to: "../")
.cd(to: "./")
.cd(to: "-")
.exec("pwd")
.match(currentDir)
.exec("echo 'Test Success'")
Expand Down

0 comments on commit 53d0357

Please sign in to comment.