Skip to content

Commit

Permalink
fix: fix file path when publish
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkgos committed Dec 13, 2023
1 parent 9eb7f3a commit 703a325
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion goup/src/command/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use goup_version::Version;

use super::Run;

const SETUP_ENV_UNIX: &str = include_str!("../../../setup_env_unix");
const SETUP_ENV_UNIX: &str = include_str!("../../setup_env_unix");

#[derive(Args, Debug, PartialEq)]
pub struct Init;
Expand Down

0 comments on commit 703a325

Please sign in to comment.