Skip to content

Commit

Permalink
🚚 Rename crate pna-fs to pnafs
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanTsune committed Feb 3, 2024
1 parent f0d2bd0 commit 36ff469
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "pna-fs"
name = "pnafs"
version = "0.0.0"
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion scripts/tests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -eu

main() {
pna create src.pna -r ./src --keep-dir --keep-permission --keep-timestamp --overwrite
pna-fs mount src.pna ./mnt/pna/src/ &
pnafs mount src.pna ./mnt/pna/src/ &
PID=$(echo $!)
while [ ! -e ./mnt/pna/src/src ]; do
echo "Wait while mount ..."
Expand Down

0 comments on commit 36ff469

Please sign in to comment.