Skip to content

Commit

Permalink
Update src/tests/stdlib/change_owner.ab
Browse files Browse the repository at this point in the history
Co-authored-by: Phoenix Himself <[email protected]>
  • Loading branch information
Mte90 and Ph0enixKM authored Jul 16, 2024
1 parent 083a4fb commit 0020c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tests/stdlib/change_owner.ab
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ main {
if change_owner(unsafe $whoami$,"/tmp/amber-symbolic") {
echo "done"
} else {
echo "file not exist"
echo "file not exist"
}
unsafe $rm /tmp/amber-symbolic$
}

0 comments on commit 0020c12

Please sign in to comment.